diff options
author | George Sapountzis <[email protected]> | 2007-09-25 12:49:29 +0300 |
---|---|---|
committer | George Sapountzis <[email protected]> | 2007-10-14 20:11:00 +0300 |
commit | fe20ac2a6b6bb7dee927ee4040debf16e514a858 (patch) | |
tree | 70c0b789b4531721e58d956a68e52d57b0d6ec27 /include | |
parent | d7c137b0df8e27131b69872eb957e56f692cf551 (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 <[email protected]>
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.h | 1 |
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; |