Corrected case for TargetConditionals.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403333
This commit is contained in:
Sam Lantinga 2008-12-14 07:22:15 +00:00
parent 8f9aba9215
commit 57ccddd982

View file

@ -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__