David Luff:

The one-liner removes a lot of re-definition warnings on Cygwin.
This commit is contained in:
ehofman
2004-09-30 09:43:11 +00:00
parent 2f479cae69
commit a0d0852838

View File

@@ -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