Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.default @ 2062:c9aa6bcb26f3
Removed AmigaOS code for 1.3 branch.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 29 Oct 2006 04:09:17 +0000 |
parents | 542c78b6fb12 |
children | 76e4bb13c937 e27bdcc80744 |
comparison
equal
deleted
inserted
replaced
2061:6051761b5934 | 2062:c9aa6bcb26f3 |
---|---|
24 #define _SDL_config_h | 24 #define _SDL_config_h |
25 | 25 |
26 #include "SDL_platform.h" | 26 #include "SDL_platform.h" |
27 | 27 |
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(__DREAMCAST__) |
30 #include "SDL_config_amiga.h" | |
31 #elif defined(__DREAMCAST__) | |
32 #include "SDL_config_dreamcast.h" | 30 #include "SDL_config_dreamcast.h" |
33 #elif defined(__MACOSX__) | 31 #elif defined(__MACOSX__) |
34 #include "SDL_config_macosx.h" | 32 #include "SDL_config_macosx.h" |
35 #elif defined(__WIN32__) | 33 #elif defined(__WIN32__) |
36 #include "SDL_config_win32.h" | 34 #include "SDL_config_win32.h" |