diff include/SDL_platform.h @ 2871:cf09447f3d3c

Corrected case for TargetConditionals.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 14 Dec 2008 07:22:15 +0000
parents 99210400e8b9
children 245a7d79577c
line wrap: on
line diff
--- a/include/SDL_platform.h	Sun Dec 14 04:36:32 2008 +0000
+++ b/include/SDL_platform.h	Sun Dec 14 07:22:15 2008 +0000
@@ -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__