commit | f9b0ac691c0b62a49bce92f41cebc0a88911cc3b | [log] [tgz] |
---|---|---|
author | Karl Schultz <kschultz@freedesktop.org> | Thu Dec 04 21:03:08 2003 +0000 |
committer | Karl Schultz <kschultz@freedesktop.org> | Thu Dec 04 21:03:08 2003 +0000 |
tree | 78a063998d6881aa3835b0829728b3840c921ee0 | |
parent | 9b9a57a25cc63200a7ec86c96433924351674650 [diff] [blame] |
Windows needs to #define GL_GLEXT_PROTOTYPES
diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 206e85f..86eacb4 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>