Fixed iOS build

main
Sam Lantinga 2014-03-15 19:30:52 -07:00
parent a2e77a2470
commit d4f2f01580
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
3. This notice may not be removed or altered from any source distribution. 3. This notice may not be removed or altered from any source distribution.
*/ */
#ifdef __MACOSX__ #ifdef __APPLE__
#include <stdio.h> #include <stdio.h>

View File

@ -20,7 +20,7 @@
*/ */
#include "../../SDL_internal.h" #include "../../SDL_internal.h"
#ifdef __MACOSX__ #ifdef __APPLE__
#import <Foundation/Foundation.h> #import <Foundation/Foundation.h>
#include "SDL_rwopsbundlesupport.h" #include "SDL_rwopsbundlesupport.h"