summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGeorge Sapountzis <gsap7@yahoo.gr>2007-09-25 12:49:29 +0300
committerGeorge Sapountzis <gsap7@yahoo.gr>2007-10-14 20:11:00 +0300
commitfe20ac2a6b6bb7dee927ee4040debf16e514a858 (patch)
tree70c0b789b4531721e58d956a68e52d57b0d6ec27 /include
parentd7c137b0df8e27131b69872eb957e56f692cf551 (diff)
Add GL_CORE_WINDOWS define to glcore.h
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
Diffstat (limited to 'include')
-rw-r--r--include/GL/internal/glcore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h
index fc0aaf3d5e8..1bb63c1aee6 100644
--- a/include/GL/internal/glcore.h
+++ b/include/GL/internal/glcore.h
@@ -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;