branch | gsoc2008_iphone |
changeset 2369 | 76e4bb13c937 |
parent 2062 | c9aa6bcb26f3 |
--- 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__)