From a30ec25067c6720da85ba9bc214b5e8d1087b0a5 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 9 Jan 2014 11:13:09 +0000 Subject: [PATCH] From Paul Martz, build fix for Windows GL3 build --- include/osg/GL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/osg/GL b/include/osg/GL index 740230101..5667ad440 100644 --- a/include/osg/GL +++ b/include/osg/GL @@ -109,12 +109,12 @@ #ifdef __APPLE__ #include #include - #define GLint64EXT GLint64 - #define GLuint64EXT GLuint64 - #define GL_BGRA_EXT GL_BGRA #else #include #endif + #define GLint64EXT GLint64 + #define GLuint64EXT GLuint64 + #define GL_BGRA_EXT GL_BGRA #else #ifndef __gl_h_