mirror of https://github.com/mgba-emu/mgba.git
OpenGL: Add GL_GLEXT_PROTOTYPES define for now
This commit is contained in:
parent
b7591b5d73
commit
e830718be8
|
@ -11,6 +11,7 @@
|
||||||
#include <OpenGL/gl3.h>
|
#include <OpenGL/gl3.h>
|
||||||
#else
|
#else
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
|
#define GL_GLEXT_PROTOTYPES
|
||||||
#include <GL/glext.h>
|
#include <GL/glext.h>
|
||||||
#endif
|
#endif
|
||||||
#else
|
#else
|
||||||
|
|
Loading…
Reference in New Issue