summaryrefslogtreecommitdiffstats
path: root/apps/plugins/sdl/include/SDL_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl/include/SDL_config.h')
-rw-r--r--apps/plugins/sdl/include/SDL_config.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/apps/plugins/sdl/include/SDL_config.h b/apps/plugins/sdl/include/SDL_config.h
index af06f4917d..cc55fc479c 100644
--- a/apps/plugins/sdl/include/SDL_config.h
+++ b/apps/plugins/sdl/include/SDL_config.h
@@ -26,22 +26,10 @@
#include "SDL_platform.h"
/* Add any platform that doesn't build using the configure system */
-#if defined(__DREAMCAST__)
-#include "SDL_config_dreamcast.h"
-#elif defined(__MACOS__)
-#include "SDL_config_macos.h"
-#elif defined(__MACOSX__)
-#include "SDL_config_macosx.h"
-#elif defined(__SYMBIAN32__)
-#include "SDL_config_symbian.h" /* must be before win32! */
-#elif defined(__WIN32__)
-#include "SDL_config_win32.h"
-#elif defined(__OS2__)
-#include "SDL_config_os2.h"
-#elif defined(__ROCKBOX__)
+#if defined(__ROCKBOX__)
#include "SDL_config_rockbox.h"
#else
-#include "SDL_config_minimal.h"
+#error This SDL supports Rockbox only!
#endif /* platform config */
#endif /* _SDL_config_h */