diff include/SDL_platform.h @ 1461:11134dc42da8

Updated for Dreamcast KOS June 2005 snapshot: http://cadcdev.sourceforge.net/svn/snapshots/ http://gamedev.allusion.net/softprj/kos/dcsetup.php
author Sam Lantinga <slouken@libsdl.org>
date Thu, 02 Mar 2006 13:16:02 +0000
parents d2ee8da60262
children 993ef9ff4688
line wrap: on
line diff
--- a/include/SDL_platform.h	Thu Mar 02 07:46:24 2006 +0000
+++ b/include/SDL_platform.h	Thu Mar 02 13:16:02 2006 +0000
@@ -41,7 +41,7 @@
 #undef __BSDI__
 #define __BSDI__	1
 #endif
-#if defined(DREAMCAST)
+#if defined(_arch_dreamcast)
 #undef __DREAMCAST__
 #define __DREAMCAST__	1
 #endif