comparison include/SDL_config.h.default @ 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 c9aa6bcb26f3
children
comparison
equal deleted inserted replaced
2368:83a6323c3f40 2369:76e4bb13c937
26 #include "SDL_platform.h" 26 #include "SDL_platform.h"
27 27
28 /* Add any platform that doesn't build using the configure system */ 28 /* Add any platform that doesn't build using the configure system */
29 #if defined(__DREAMCAST__) 29 #if defined(__DREAMCAST__)
30 #include "SDL_config_dreamcast.h" 30 #include "SDL_config_dreamcast.h"
31 #elif defined(__IPHONEOS__)
32 #include "SDL_config_iphoneos.h"
31 #elif defined(__MACOSX__) 33 #elif defined(__MACOSX__)
32 #include "SDL_config_macosx.h" 34 #include "SDL_config_macosx.h"
33 #elif defined(__WIN32__) 35 #elif defined(__WIN32__)
34 #include "SDL_config_win32.h" 36 #include "SDL_config_win32.h"
35 #elif defined(__OS2__) 37 #elif defined(__OS2__)