From d4f2f01580454deef8ac43d8939ebc907d4ad759 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 15 Mar 2014 19:30:52 -0700 Subject: [PATCH] Fixed iOS build --- src/file/cocoa/SDL_rwopsbundlesupport.h | 2 +- src/file/cocoa/SDL_rwopsbundlesupport.m | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/file/cocoa/SDL_rwopsbundlesupport.h b/src/file/cocoa/SDL_rwopsbundlesupport.h index a4402ddcbf160..9a8a9662cdd3a 100644 --- a/src/file/cocoa/SDL_rwopsbundlesupport.h +++ b/src/file/cocoa/SDL_rwopsbundlesupport.h @@ -19,7 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. */ -#ifdef __MACOSX__ +#ifdef __APPLE__ #include diff --git a/src/file/cocoa/SDL_rwopsbundlesupport.m b/src/file/cocoa/SDL_rwopsbundlesupport.m index cd59e6da8b896..682bd74a9be98 100644 --- a/src/file/cocoa/SDL_rwopsbundlesupport.m +++ b/src/file/cocoa/SDL_rwopsbundlesupport.m @@ -20,7 +20,7 @@ */ #include "../../SDL_internal.h" -#ifdef __MACOSX__ +#ifdef __APPLE__ #import #include "SDL_rwopsbundlesupport.h"