From: ehofman Date: Tue, 16 Mar 2004 14:25:15 +0000 (+0000) Subject: Hopefully the last Cygwin fix X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=867ba3c7daa7d19d1cb50759a6d8a7f8564fc67c;p=simgear.git Hopefully the last Cygwin fix --- diff --git a/simgear/scene/sky/clouds3d/glut_shapes.h b/simgear/scene/sky/clouds3d/glut_shapes.h index 42bd3061..5c5ff39b 100644 --- a/simgear/scene/sky/clouds3d/glut_shapes.h +++ b/simgear/scene/sky/clouds3d/glut_shapes.h @@ -6,7 +6,11 @@ # include #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 #endif