comparison include/SDL_config.h.default @ 3272:e8f63b28947d

Removed outdated Dreamcast support
author Sam Lantinga <slouken@libsdl.org>
date Sat, 19 Sep 2009 07:21:22 +0000
parents a67a961e2171
children d3baf5ac4e37
comparison
equal deleted inserted replaced
3271:32fc3ba8df0b 3272:e8f63b28947d
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(__NINTENDODS__) 29 #if defined(__NINTENDODS__)
30 #include "SDL_config_nintendods.h" 30 #include "SDL_config_nintendods.h"
31 #elif defined(__DREAMCAST__)
32 #include "SDL_config_dreamcast.h"
33 #elif defined(__IPHONEOS__) 31 #elif defined(__IPHONEOS__)
34 #include "SDL_config_iphoneos.h" 32 #include "SDL_config_iphoneos.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__)