Mercurial > sdl-ios-xcode
comparison include/SDL_platform.h @ 2871:cf09447f3d3c
Corrected case for TargetConditionals.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2008 07:22:15 +0000 (2008-12-14) |
parents | 99210400e8b9 |
children | 245a7d79577c |
comparison
equal
deleted
inserted
replaced
2870:b801df19835f | 2871:cf09447f3d3c |
---|---|
60 | 60 |
61 #if defined(__APPLE__) | 61 #if defined(__APPLE__) |
62 /* lets us know what version of Mac OS X we're compiling on */ | 62 /* lets us know what version of Mac OS X we're compiling on */ |
63 #include "AvailabilityMacros.h" | 63 #include "AvailabilityMacros.h" |
64 #ifdef MAC_OS_X_VERSION_10_3 | 64 #ifdef MAC_OS_X_VERSION_10_3 |
65 #include "targetconditionals.h" /* this header is in 10.3 or later */ | 65 #include "TargetConditionals.h" /* this header is in 10.3 or later */ |
66 #if TARGET_OS_IPHONE | 66 #if TARGET_OS_IPHONE |
67 /* if compiling for iPhone */ | 67 /* if compiling for iPhone */ |
68 #undef __IPHONEOS__ | 68 #undef __IPHONEOS__ |
69 #define __IPHONEOS__ 1 | 69 #define __IPHONEOS__ 1 |
70 #undef __MACOSX__ | 70 #undef __MACOSX__ |