Mercurial > sdl-ios-xcode
changeset 2871:cf09447f3d3c
Corrected case for TargetConditionals.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 14 Dec 2008 07:22:15 +0000 |
parents | b801df19835f |
children | 762f0663c36a |
files | include/SDL_platform.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_platform.h Sun Dec 14 04:36:32 2008 +0000 +++ b/include/SDL_platform.h Sun Dec 14 07:22:15 2008 +0000 @@ -62,7 +62,7 @@ /* lets us know what version of Mac OS X we're compiling on */ #include "AvailabilityMacros.h" #ifdef MAC_OS_X_VERSION_10_3 -#include "targetconditionals.h" /* this header is in 10.3 or later */ +#include "TargetConditionals.h" /* this header is in 10.3 or later */ #if TARGET_OS_IPHONE /* if compiling for iPhone */ #undef __IPHONEOS__