summaryrefslogtreecommitdiff
path: root/src/mgl.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-08-26 20:05:52 +0300
committerAndrei Karas <akaras@inbox.ru>2013-08-26 20:05:52 +0300
commit2c6df55a9430612f3d0e6f0c4bedaa7752e4bd20 (patch)
treeaa18fb3b84d3a09c90890b6cd189529783472e77 /src/mgl.h
parentabad3f0ef49e3891ceef6844adeb139778de6738 (diff)
downloadmv-2c6df55a9430612f3d0e6f0c4bedaa7752e4bd20.tar.gz
mv-2c6df55a9430612f3d0e6f0c4bedaa7752e4bd20.tar.bz2
mv-2c6df55a9430612f3d0e6f0c4bedaa7752e4bd20.tar.xz
mv-2c6df55a9430612f3d0e6f0c4bedaa7752e4bd20.zip
fix compilation warnings with sdl2.
Diffstat (limited to 'src/mgl.h')
-rw-r--r--src/mgl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mgl.h b/src/mgl.h
index d6165dc0d..335ee48f1 100644
--- a/src/mgl.h
+++ b/src/mgl.h
@@ -29,7 +29,9 @@
#include <GLES/glext.h>
#define APIENTRY GL_APIENTRY
#else
+#ifndef USE_SDL2
#define GL_GLEXT_PROTOTYPES 1
+#endif
#include <SDL_opengl.h>
#include <GL/glext.h>
#endif