diff options
-rw-r--r-- | progs/demos/paltex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 206e85f1029..86eacb48890 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -10,6 +10,7 @@ #include <string.h> #ifdef _WIN32 #include <windows.h> +#define GL_GLEXT_PROTOTYPES #endif #include <GL/glut.h> |