After review fixes
This commit is contained in:
parent
5b5565c30a
commit
ed39121c9a
@ -44,7 +44,7 @@
|
||||
#endif /* __CYGWIN__ */
|
||||
|
||||
/* Determine when to use "#pragma interface" */
|
||||
#if !defined(__CYGWIN__) && !defined(__ICC) && (__GNUC__ < 3)
|
||||
#if !defined(__CYGWIN__) && !defined(__ICC) && defined(__GNUC__) && (__GNUC__ < 3)
|
||||
#define USE_PRAGMA_INTERFACE
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user