Hopefully the last Cygwin fix

This commit is contained in:
ehofman 2004-03-16 14:25:15 +00:00
parent 3f08d9604e
commit 867ba3c7da

View File

@ -6,7 +6,11 @@
# include <simgear_config.h>
#endif
#if defined(WIN32) && !defined(__CYGWIN__) && !defined(__MINGW32__)
#if defined(__CYGWIN__) /* && !defined(USING_X) */
#define WIN32
#endif
#if defined(WIN32) /* MINGW and MSC predefine WIN32 */
# include <windows.h>
#endif