From 2c6df55a9430612f3d0e6f0c4bedaa7752e4bd20 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 26 Aug 2013 20:05:52 +0300 Subject: fix compilation warnings with sdl2. --- src/resources/subimage.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/resources/subimage.h') diff --git a/src/resources/subimage.h b/src/resources/subimage.h index 5322f9a71..d61d47eb4 100644 --- a/src/resources/subimage.h +++ b/src/resources/subimage.h @@ -33,7 +33,9 @@ #ifdef ANDROID #include #else +#ifndef USE_SDL2 #define GL_GLEXT_PROTOTYPES 1 +#endif #include #endif -- cgit v1.2.3-60-g2f50