From: Karl Schultz Date: Thu, 4 Dec 2003 21:03:08 +0000 (+0000) Subject: Windows needs to #define GL_GLEXT_PROTOTYPES X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9b0ac691c0b62a49bce92f41cebc0a88911cc3b;p=mesa.git Windows needs to #define GL_GLEXT_PROTOTYPES --- diff --git a/progs/demos/paltex.c b/progs/demos/paltex.c index 206e85f1029..86eacb48890 100644 --- a/progs/demos/paltex.c +++ b/progs/demos/paltex.c @@ -10,6 +10,7 @@ #include #ifdef _WIN32 #include +#define GL_GLEXT_PROTOTYPES #endif #include