--- 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 <stdio.h>
--- 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 <Foundation/Foundation.h>
#include "SDL_rwopsbundlesupport.h"