Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.default @ 1978:542c78b6fb12
MacOS Classic is no longer supported.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 10 Aug 2006 14:54:23 +0000 |
parents | 64710b9f3eeb |
children | c9aa6bcb26f3 |
comparison
equal
deleted
inserted
replaced
1977:754847f19490 | 1978:542c78b6fb12 |
---|---|
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(__AMIGA__) | 29 #if defined(__AMIGA__) |
30 #include "SDL_config_amiga.h" | 30 #include "SDL_config_amiga.h" |
31 #elif defined(__DREAMCAST__) | 31 #elif defined(__DREAMCAST__) |
32 #include "SDL_config_dreamcast.h" | 32 #include "SDL_config_dreamcast.h" |
33 #elif defined(__MACOS__) | |
34 #include "SDL_config_macos.h" | |
35 #elif defined(__MACOSX__) | 33 #elif defined(__MACOSX__) |
36 #include "SDL_config_macosx.h" | 34 #include "SDL_config_macosx.h" |
37 #elif defined(__WIN32__) | 35 #elif defined(__WIN32__) |
38 #include "SDL_config_win32.h" | 36 #include "SDL_config_win32.h" |
39 #elif defined(__OS2__) | 37 #elif defined(__OS2__) |