Windows needs to #define GL_GLEXT_PROTOTYPES
authorKarl Schultz <kschultz@freedesktop.org>
Thu, 4 Dec 2003 21:03:08 +0000 (21:03 +0000)
committerKarl Schultz <kschultz@freedesktop.org>
Thu, 4 Dec 2003 21:03:08 +0000 (21:03 +0000)
progs/demos/paltex.c

index 206e85f..86eacb4 100644 (file)
@@ -10,6 +10,7 @@
 #include <string.h>
 #ifdef _WIN32
 #include <windows.h>
+#define GL_GLEXT_PROTOTYPES
 #endif
 #include <GL/glut.h>