summaryrefslogtreecommitdiff
path: root/src/glut/glx/glutint.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-03-20 19:26:01 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-03-20 19:26:01 +0000
commit66ae25078ef01bcfa2e9eb1ccdbbb5f038c71179 (patch)
tree1f150bd3ec81ad3e6492f8ba5dd2a27f9a057e4e /src/glut/glx/glutint.h
parentf7b5707d66678f09bec652ecce024a0da6cc4a4b (diff)
patched for Cygwin (Sven Panne)
Diffstat (limited to 'src/glut/glx/glutint.h')
-rw-r--r--src/glut/glx/glutint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glut/glx/glutint.h b/src/glut/glx/glutint.h
index 554958ed01..6c825819c0 100644
--- a/src/glut/glx/glutint.h
+++ b/src/glut/glx/glutint.h
@@ -24,7 +24,7 @@
#define GLUT_BUILDING_LIB /* Building the GLUT library itself. */
#include <GL/glut.h>
-#if defined( MESA ) && defined( _WIN32 )
+#if defined(MESA) && defined(_WIN32) && !defined(__CYGWIN32__)
#include <gl/mesa_wgl.h>
#endif