From: curt Date: Wed, 13 May 1998 18:24:49 +0000 (+0000) Subject: Better handling of WIN32 environments. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ff8845de523d1a1a29381bf73e64cef7b78fbd49;p=simgear.git Better handling of WIN32 environments. --- diff --git a/XGL/xglUtils.c b/XGL/xglUtils.c index e727cea8..fe14d636 100644 --- a/XGL/xglUtils.c +++ b/XGL/xglUtils.c @@ -20,12 +20,12 @@ #endif int xglTraceOn = TRUE ; -#ifndef __CYGWIN32__ +#ifndef WIN32 FILE *xglTraceFd = stdout ; -#else /* __CYGWIN32__ */ +#else /* WIN32 */ /* Bail for now, we just want it to compile I guess */ FILE *xglTraceFd = NULL; -#endif /* __CYGWIN32 */ +#endif /* WIN32 */ struct GLenumLookup {