Skip to content

Commit

Permalink
From Paul Martz, build fix for Windows GL3 build
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Jan 9, 2014
1 parent f0fd525 commit 374e5e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/osg/GL
Expand Up @@ -109,12 +109,12 @@
#ifdef __APPLE__ #ifdef __APPLE__
#include <OpenGL/OpenGL.h> #include <OpenGL/OpenGL.h>
#include <OpenGL/gl3.h> #include <OpenGL/gl3.h>
#define GLint64EXT GLint64
#define GLuint64EXT GLuint64
#define GL_BGRA_EXT GL_BGRA
#else #else
#include <GL3/gl3.h> #include <GL3/gl3.h>
#endif #endif
#define GLint64EXT GLint64
#define GLuint64EXT GLuint64
#define GL_BGRA_EXT GL_BGRA


#else #else
#ifndef __gl_h_ #ifndef __gl_h_
Expand Down

0 comments on commit 374e5e5

Please sign in to comment.