diff options
author | Karl Schultz <kschultz@freedesktop.org> | 2003-12-04 21:03:08 +0000 |
---|---|---|
committer | Karl Schultz <kschultz@freedesktop.org> | 2003-12-04 21:03:08 +0000 |
commit | f9b0ac691c0b62a49bce92f41cebc0a88911cc3b (patch) | |
tree | 78a063998d6881aa3835b0829728b3840c921ee0 | |
parent | 9b9a57a25cc63200a7ec86c96433924351674650 (diff) |
Windows needs to #define GL_GLEXT_PROTOTYPES
-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 206e85f102..86eacb4889 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> |