Fix for GLES2 target

This commit is contained in:
twinaphex 2016-11-18 23:29:48 +01:00
parent 5439751bc2
commit 66795c35cc

View File

@ -23,7 +23,7 @@ typedef void *GLeglImageOES;
typedef GLint GLfixed;
#endif
#if (__STDC_VERSION__ <= 199901L) || (OSX && !MAC_OS_X_VERSION_10_7)
#if (__STDC_VERSION__ <= 199409L) || (OSX && !MAC_OS_X_VERSION_10_7)
#ifndef GLint64
typedef long long int GLint64;
#endif