From 57ccddd98230581c73f4d634d9ea94fec8feb642 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 --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403333 --- 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__