Minor tweaks and fixes for cygwin32.

This commit is contained in:
curt
1998-01-19 18:35:54 +00:00
parent ecf19f8af4
commit ed49eadb6a

View File

@@ -20,7 +20,12 @@
#endif
int xglTraceOn = TRUE ;
FILE *xglTraceFd = stdout ;
#ifndef __CYGWIN32__
FILE *xglTraceFd = stdout ;
#else /* __CYGWIN32__ */
/* Bail for now, we just want it to compile I guess */
FILE *xglTraceFd = NULL;
#endif /* __CYGWIN32 */
struct GLenumLookup
{