# HG changeset patch # User Sam Lantinga # Date 1394937052 25200 # Node ID 704a0bfecf754e4e1383f83c7d5118b00cae26ea # Parent f4f93312b3757435a19aaf069500722880d65293 Fixed iOS build diff -r f4f93312b375 -r 704a0bfecf75 src/file/cocoa/SDL_rwopsbundlesupport.h --- a/src/file/cocoa/SDL_rwopsbundlesupport.h Sat Mar 15 16:48:32 2014 -0700 +++ b/src/file/cocoa/SDL_rwopsbundlesupport.h Sat Mar 15 19:30:52 2014 -0700 @@ -19,7 +19,7 @@ 3. This notice may not be removed or altered from any source distribution. */ -#ifdef __MACOSX__ +#ifdef __APPLE__ #include diff -r f4f93312b375 -r 704a0bfecf75 src/file/cocoa/SDL_rwopsbundlesupport.m --- a/src/file/cocoa/SDL_rwopsbundlesupport.m Sat Mar 15 16:48:32 2014 -0700 +++ b/src/file/cocoa/SDL_rwopsbundlesupport.m Sat Mar 15 19:30:52 2014 -0700 @@ -20,7 +20,7 @@ */ #include "../../SDL_internal.h" -#ifdef __MACOSX__ +#ifdef __APPLE__ #import #include "SDL_rwopsbundlesupport.h"