summaryrefslogtreecommitdiff
path: root/progs/samples/blendxor.c
diff options
context:
space:
mode:
authorKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:57:54 +0000
committerKarl Schultz <kschultz@freedesktop.org>2002-01-16 00:57:54 +0000
commit3d587f643229a29f615d5047e47e4a3805930588 (patch)
tree06f8514318017809ced068c4ebbb205b589a31f7 /progs/samples/blendxor.c
parent164ce1220232e03660633e16681737782c73059e (diff)
Samples working for Windows (Robert Bergkvist)
Diffstat (limited to 'progs/samples/blendxor.c')
-rw-r--r--progs/samples/blendxor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/samples/blendxor.c b/progs/samples/blendxor.c
index a46920d234..7d3285d049 100644
--- a/progs/samples/blendxor.c
+++ b/progs/samples/blendxor.c
@@ -10,6 +10,10 @@
#include <unistd.h>
#endif
#include <stdlib.h>
+#ifdef _WIN32
+#include <windows.h>
+#endif
+#define GL_GLEXT_LEGACY
#include <GL/glut.h>