From d2866194fde945ac702f76bbed6b3f394eaaeae3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Sun, 6 Sep 2015 16:03:19 +0200 Subject: [PATCH] Symbian buildfix --- gfx/gl_common.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gfx/gl_common.h b/gfx/gl_common.h index c6690c16e5..24f121b3a7 100644 --- a/gfx/gl_common.h +++ b/gfx/gl_common.h @@ -69,7 +69,6 @@ extern PFNGLGENVERTEXARRAYSOESPROC glGenVertexArraysOES; extern PFNGLBINDVERTEXARRAYOESPROC glBindVertexArrayOES; extern PFNGLDELETEVERTEXARRAYSOESPROC glDeleteVertexArraysOES; extern PFNGLISVERTEXARRAYOESPROC glIsVertexArrayOES; -#endif // Rename standard functions to the OES version. #define glGenVertexArrays glGenVertexArraysOES @@ -77,6 +76,8 @@ extern PFNGLISVERTEXARRAYOESPROC glIsVertexArrayOES; #define glDeleteVertexArrays glDeleteVertexArraysOES #define glIsVertexArray glIsVertexArrayOES +#endif + #if !defined(BLACKBERRY) #ifndef GL_READ_FRAMEBUFFER #define GL_READ_FRAMEBUFFER GL_FRAMEBUFFER