Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Corrected case for TargetConditionals.h
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Dec 14, 2008
1 parent d466a57 commit 9ebf418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_platform.h
Expand Up @@ -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__
Expand Down

0 comments on commit 9ebf418

Please sign in to comment.