changeset 2369:76e4bb13c937 gsoc2008_iphone

Added line to include SDL_config_iphoneos.h when the platform is __IPHONEOS__
author Holmes Futrell <hfutrell@umail.ucsb.edu>
date Fri, 18 Jul 2008 18:24:50 +0000
parents 83a6323c3f40
children 73d04b25c118
files include/SDL_config.h.default
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/include/SDL_config.h.default	Fri Jul 18 18:23:23 2008 +0000
+++ b/include/SDL_config.h.default	Fri Jul 18 18:24:50 2008 +0000
@@ -28,6 +28,8 @@
 /* Add any platform that doesn't build using the configure system */
 #if defined(__DREAMCAST__)
 #include "SDL_config_dreamcast.h"
+#elif defined(__IPHONEOS__) 
+#include "SDL_config_iphoneos.h"
 #elif defined(__MACOSX__)
 #include "SDL_config_macosx.h"
 #elif defined(__WIN32__)