Corrected case for TargetConditionals.h
--HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%403333
This commit is contained in:
parent
8f9aba9215
commit
57ccddd982
1 changed files with 1 additions and 1 deletions
|
@ -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__
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue