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/blendeq.c | |
parent | 164ce1220232e03660633e16681737782c73059e (diff) |
Samples working for Windows (Robert Bergkvist)
Diffstat (limited to 'progs/samples/blendeq.c')
-rw-r--r-- | progs/samples/blendeq.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/progs/samples/blendeq.c b/progs/samples/blendeq.c index 7be52073ab0..12107f5a6d5 100644 --- a/progs/samples/blendeq.c +++ b/progs/samples/blendeq.c @@ -11,6 +11,10 @@ #include <string.h> #include <stdlib.h> #include <stdio.h> +#ifdef _WIN32 +#include <windows.h> +#endif +#define GL_GLEXT_LEGACY #include <GL/glut.h> |