From 9ebf418ff138ac059fbe1bd162211a40fcea92f6 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 14 Dec 2008 07:22:15 +0000 Subject: [PATCH] Corrected case for TargetConditionals.h --- include/SDL_platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_platform.h b/include/SDL_platform.h index f691e3905..cc2e67fa4 100644 --- a/include/SDL_platform.h +++ b/include/SDL_platform.h @@ -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__