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>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#define GL_GLEXT_PROTOTYPES
|
||||
#include <GL/glext.h>
|
||||
#endif
|
||||
#else
|
||||
|
|
Loading…
Reference in New Issue