OpenGL: Add GL_GLEXT_PROTOTYPES define for now

This commit is contained in:
Jeffrey Pfau 2015-11-01 12:04:09 -08:00
parent b7591b5d73
commit e830718be8
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <OpenGL/gl3.h>
#else
#include <GL/gl.h>
#define GL_GLEXT_PROTOTYPES
#include <GL/glext.h>
#endif
#else