Mercurial > sdl-ios-xcode
diff include/SDL_platform.h @ 1422:d2ee8da60262
Added pre-configured versions of SDL_config.h for various platforms
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 24 Feb 2006 07:26:31 +0000 |
parents | 39ca9a4b22f3 |
children | 11134dc42da8 |
line wrap: on
line diff
--- a/include/SDL_platform.h Fri Feb 24 06:49:31 2006 +0000 +++ b/include/SDL_platform.h Fri Feb 24 07:26:31 2006 +0000 @@ -30,7 +30,6 @@ #define __AIX__ 1 #endif #if defined(AMIGA) || defined(__AMIGA) || defined(__amigados__) -/* FIXME: is this the right test for AmigaOS? */ #undef __AMIGA__ #define __AMIGA__ 1 #endif @@ -43,7 +42,6 @@ #define __BSDI__ 1 #endif #if defined(DREAMCAST) -/* FIXME: is this the right test for Dreamcast? */ #undef __DREAMCAST__ #define __DREAMCAST__ 1 #endif @@ -97,7 +95,6 @@ #define __RISCOS__ 1 #endif #if defined(solaris) || defined(__solaris) || defined(__solaris__) -/* FIXME: is this the right test for Solaris? Check SDL_sunaudio.c */ #undef __SOLARIS__ #define __SOLARIS__ 1 #endif