Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.default @ 3269:a67a961e2171
Removed outdated OS/2 support
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 19 Sep 2009 06:43:45 +0000 |
parents | 99210400e8b9 |
children | e8f63b28947d |
comparison
equal
deleted
inserted
replaced
3268:82ce350be859 | 3269:a67a961e2171 |
---|---|
34 #include "SDL_config_iphoneos.h" | 34 #include "SDL_config_iphoneos.h" |
35 #elif defined(__MACOSX__) | 35 #elif defined(__MACOSX__) |
36 #include "SDL_config_macosx.h" | 36 #include "SDL_config_macosx.h" |
37 #elif defined(__WIN32__) | 37 #elif defined(__WIN32__) |
38 #include "SDL_config_win32.h" | 38 #include "SDL_config_win32.h" |
39 #elif defined(__OS2__) | |
40 #include "SDL_config_os2.h" | |
41 #else | 39 #else |
42 #include "SDL_config_minimal.h" | 40 #include "SDL_config_minimal.h" |
43 #endif /* platform config */ | 41 #endif /* platform config */ |
44 | 42 |
45 #endif /* _SDL_config_h */ | 43 #endif /* _SDL_config_h */ |