Commit 57ccddd9 authored by Sam Lantinga's avatar Sam Lantinga

Corrected case for TargetConditionals.h

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403333
parent 8f9aba92
...@@ -62,7 +62,7 @@ ...@@ -62,7 +62,7 @@
/* lets us know what version of Mac OS X we're compiling on */ /* lets us know what version of Mac OS X we're compiling on */
#include "AvailabilityMacros.h" #include "AvailabilityMacros.h"
#ifdef MAC_OS_X_VERSION_10_3 #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 TARGET_OS_IPHONE
/* if compiling for iPhone */ /* if compiling for iPhone */
#undef __IPHONEOS__ #undef __IPHONEOS__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment