Add GL_CORE_WINDOWS define to glcore.h
authorGeorge Sapountzis <gsap7@yahoo.gr>
Tue, 25 Sep 2007 09:49:29 +0000 (12:49 +0300)
committerGeorge Sapountzis <gsap7@yahoo.gr>
Sun, 14 Oct 2007 17:11:00 +0000 (20:11 +0300)
This is for consistency with glproto. The GL_CORE defines should probably be
dropped.

----

Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
Date:   Mon Jun 21 13:35:05 2004 +0000

    Bug 782: Merge native OpenGL for Windows from CYGWIN branch

include/GL/internal/glcore.h

index fc0aaf3..1bb63c1 100644 (file)
@@ -41,6 +41,7 @@
 #define GL_CORE_SGI  1
 #define GL_CORE_MESA 2
 #define GL_CORE_APPLE 4
+#define GL_CORE_WINDOWS 8
 
 typedef struct __GLcontextRec __GLcontext;