From fe20ac2a6b6bb7dee927ee4040debf16e514a858 Mon Sep 17 00:00:00 2001 From: George Sapountzis Date: Tue, 25 Sep 2007 12:49:29 +0300 Subject: 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 Date: Mon Jun 21 13:35:05 2004 +0000 Bug 782: Merge native OpenGL for Windows from CYGWIN branch --- include/GL/internal/glcore.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/GL/internal/glcore.h b/include/GL/internal/glcore.h index fc0aaf3d5e..1bb63c1aee 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; -- cgit v1.2.3