# HG changeset patch # User Sam Lantinga # Date 1229239335 0 # Node ID cf09447f3d3c2418099e92698f5172f301a66732 # Parent b801df19835f4c54166402a185a6fcd7a3135d09 Corrected case for TargetConditionals.h diff -r b801df19835f -r cf09447f3d3c include/SDL_platform.h --- 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__