diff options
author | Karl Schultz <[email protected]> | 2002-01-16 00:57:54 +0000 |
---|---|---|
committer | Karl Schultz <[email protected]> | 2002-01-16 00:57:54 +0000 |
commit | 3d587f643229a29f615d5047e47e4a3805930588 (patch) | |
tree | 06f8514318017809ced068c4ebbb205b589a31f7 /progs/samples/blendxor.c | |
parent | 164ce1220232e03660633e16681737782c73059e (diff) |
Samples working for Windows (Robert Bergkvist)
Diffstat (limited to 'progs/samples/blendxor.c')
-rw-r--r-- | progs/samples/blendxor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/samples/blendxor.c b/progs/samples/blendxor.c index a46920d2345..7d3285d049f 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> |