]> git.mxchange.org Git - simgear.git/commitdiff
Better handling of WIN32 environments.
authorcurt <curt>
Wed, 13 May 1998 18:24:49 +0000 (18:24 +0000)
committercurt <curt>
Wed, 13 May 1998 18:24:49 +0000 (18:24 +0000)
XGL/xglUtils.c

index e727cea8e0328fee33fb8c6b1fe96925557432b2..fe14d63646a0285332f491c2620241a4f033e1de 100644 (file)
 #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
 {