diff options
Diffstat (limited to 'src/normalopenglgraphics.h')
-rw-r--r-- | src/normalopenglgraphics.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/normalopenglgraphics.h b/src/normalopenglgraphics.h index 3b6dc0c19..6c6a62a77 100644 --- a/src/normalopenglgraphics.h +++ b/src/normalopenglgraphics.h @@ -36,7 +36,9 @@ #include <GLES/glext.h> #include <GLES2/gl2.h> #else +#ifndef USE_SDL2 #define GL_GLEXT_PROTOTYPES 1 +#endif #include <SDL_opengl.h> #include <GL/glext.h> #endif |