Mercurial > sdl-ios-xcode
diff include/SDL_config.h.default @ 3888:6d2e1961661a SDL-1.2
Removed broken AmigaOS support.
Fixes Bugzilla #337.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 29 Oct 2006 03:58:27 +0000 |
parents | 64710b9f3eeb |
children | e85e65aec22f |
line wrap: on
line diff
--- a/include/SDL_config.h.default Sun Oct 29 03:44:25 2006 +0000 +++ b/include/SDL_config.h.default Sun Oct 29 03:58:27 2006 +0000 @@ -26,9 +26,7 @@ #include "SDL_platform.h" /* Add any platform that doesn't build using the configure system */ -#if defined(__AMIGA__) -#include "SDL_config_amiga.h" -#elif defined(__DREAMCAST__) +#if defined(__DREAMCAST__) #include "SDL_config_dreamcast.h" #elif defined(__MACOS__) #include "SDL_config_macos.h"