David Luff:
The one-liner removes a lot of re-definition warnings on Cygwin.
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
#ifndef __SG_EXTENSIONS_HXX
|
||||
#define __SG_EXTENSIONS_HXX 1
|
||||
|
||||
#if defined(__CYGWIN__) /* && !defined(USING_X) */
|
||||
#if defined(__CYGWIN__) && !defined(WIN32) /* && !defined(USING_X) */
|
||||
#define WIN32
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user