From 3d587f643229a29f615d5047e47e4a3805930588 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Wed, 16 Jan 2002 00:57:54 +0000 Subject: Samples working for Windows (Robert Bergkvist) --- progs/samples/blendeq.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'progs/samples/blendeq.c') diff --git a/progs/samples/blendeq.c b/progs/samples/blendeq.c index 7be52073ab..12107f5a6d 100644 --- a/progs/samples/blendeq.c +++ b/progs/samples/blendeq.c @@ -11,6 +11,10 @@ #include #include #include +#ifdef _WIN32 +#include +#endif +#define GL_GLEXT_LEGACY #include -- cgit v1.2.3