From 3746bc1351fcc72a714b536f5e8a05449212ae2a Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 2 Jun 2015 16:37:13 +0200 Subject: [PATCH] (glsym_gl.h) Don't depend on 'OSX' define --- libretro-common/include/glsym/glsym_gl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libretro-common/include/glsym/glsym_gl.h b/libretro-common/include/glsym/glsym_gl.h index 108609f32e..d4632f1aa6 100644 --- a/libretro-common/include/glsym/glsym_gl.h +++ b/libretro-common/include/glsym/glsym_gl.h @@ -44,7 +44,7 @@ typedef void *GLeglImageOES; #if !defined(GL_OES_fixed_point) && !defined(HAVE_OPENGLES2) typedef GLint GLfixed; #endif -#if defined(OSX) && !defined(MAC_OS_X_VERSION_10_7) +#if !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;