commit | 3d587f643229a29f615d5047e47e4a3805930588 | [log] [tgz] |
---|---|---|
author | Karl Schultz <kschultz@freedesktop.org> | Wed Jan 16 00:57:54 2002 +0000 |
committer | Karl Schultz <kschultz@freedesktop.org> | Wed Jan 16 00:57:54 2002 +0000 |
tree | 06f8514318017809ced068c4ebbb205b589a31f7 | |
parent | 164ce1220232e03660633e16681737782c73059e [diff] [blame] |
Samples working for Windows (Robert Bergkvist)
diff --git a/progs/samples/blendxor.c b/progs/samples/blendxor.c index a46920d..7d3285d 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>