Mercurial > sdl-ios-xcode
diff include/SDL_config.h.default @ 5062:e8916fe9cfc8
Fixed bug #925
Changed "win32" to "windows"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Jan 2011 18:04:05 -0800 |
parents | 2ac33eaa8a31 |
children | f3ebd1950442 |
line wrap: on
line diff
--- a/include/SDL_config.h.default Thu Jan 20 17:33:06 2011 -0800 +++ b/include/SDL_config.h.default Thu Jan 20 18:04:05 2011 -0800 @@ -40,8 +40,8 @@ #include "SDL_config_iphoneos.h" #elif defined(__MACOSX__) #include "SDL_config_macosx.h" -#elif defined(__WIN32__) -#include "SDL_config_win32.h" +#elif defined(__WINDOWS__) +#include "SDL_config_windows.h" #else #include "SDL_config_minimal.h" #endif /* platform config */