Add '__MACH__' to ifdef rule

This commit is contained in:
twinaphex 2015-06-02 16:45:35 +02:00
parent 7370095e3e
commit aac21b1d11

View File

@ -44,7 +44,7 @@ typedef void *GLeglImageOES;
#if !defined(GL_OES_fixed_point) && !defined(HAVE_OPENGLES2)
typedef GLint GLfixed;
#endif
#if !defined(OS_TARGET_IPHONE) && !defined(MAC_OS_X_VERSION_10_7)
#if defined(__MACH__) && !defined(OS_TARGET_IPHONE) && !defined(MAC_OS_X_VERSION_10_7)
typedef long long int GLint64;
typedef unsigned long long int GLuint64;
typedef unsigned long long int GLuint64EXT;