summaryrefslogtreecommitdiff
path: root/include/GL/glext.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-05-22 19:40:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-05-22 19:40:43 +0000
commit8da58f31846bd119070af78fac340a3e5da4f056 (patch)
treee73550a3e3820a802e07b8da867d8d6fdf31c022 /include/GL/glext.h
parentf2fc19d7851526e4fd4de73b4b9b053a6a87153d (diff)
replaced __CYGWIN32__ with __CYGWIN__
Diffstat (limited to 'include/GL/glext.h')
-rw-r--r--include/GL/glext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h
index 74a4448a9e..0eb4ca49a0 100644
--- a/include/GL/glext.h
+++ b/include/GL/glext.h
@@ -15,7 +15,7 @@ extern "C" {
#endif
-#if defined(_WIN32) && !defined(__CYGWIN32__)
+#if defined(_WIN32) && !defined(__CYGWIN__)
#define WIN32_LEAN_AND_MEAN 1
#include <windows.h>
#endif