projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b9a57a
)
Windows needs to #define GL_GLEXT_PROTOTYPES
author
Karl Schultz
<kschultz@freedesktop.org>
Thu, 4 Dec 2003 21:03:08 +0000
(21:03 +0000)
committer
Karl Schultz
<kschultz@freedesktop.org>
Thu, 4 Dec 2003 21:03:08 +0000
(21:03 +0000)
progs/demos/paltex.c
patch
|
blob
|
history
diff --git
a/progs/demos/paltex.c
b/progs/demos/paltex.c
index
206e85f
..
86eacb4
100644
(file)
--- 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>