Mercurial > sdl-ios-xcode
changeset 4950:2ac33eaa8a31
Added the Android config include to the default config.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2011 11:07:27 -0800 |
parents | 68da5a234bba |
children | faad280e3280 |
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 Tue Jan 04 10:19:24 2011 -0800 +++ b/include/SDL_config.h.default Tue Jan 04 11:07:27 2011 -0800 @@ -34,6 +34,8 @@ /* Add any platform that doesn't build using the configure system. */ #if defined(__NINTENDODS__) #include "SDL_config_nintendods.h" +#elif defined(__ANDROID__) +#include "SDL_config_android.h" #elif defined(__IPHONEOS__) #include "SDL_config_iphoneos.h" #elif defined(__MACOSX__)