Better handling of WIN32 environments.

This commit is contained in:
curt 1998-05-13 18:24:49 +00:00
parent e4d4a2d8eb
commit ff8845de52

View File

@ -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
{