mirror of
https://github.com/yawut/SDL.git
synced 2026-07-02 00:13:39 -05:00
Corrected case for TargetConditionals.h
This commit is contained in:
parent
e7f3d9dc3e
commit
893e52b5a0
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user