diff include/SDL_stdinc.h @ 3976:8582c6a5ca16 SDL-1.2

Added initial support for Nintendo DS, based on the work by Troy Davis (GPF)
author Sam Lantinga <slouken@libsdl.org>
date Mon, 25 Jun 2007 00:50:20 +0000
parents e85e65aec22f
children b74530a1dad6
line wrap: on
line diff
--- a/include/SDL_stdinc.h	Sun Jun 24 18:26:35 2007 +0000
+++ b/include/SDL_stdinc.h	Mon Jun 25 00:50:20 2007 +0000
@@ -129,7 +129,9 @@
 	DUMMY_ENUM_VALUE
 } SDL_DUMMY_ENUM;
 
+#ifndef __NDS__
 SDL_COMPILE_TIME_ASSERT(enum, sizeof(SDL_DUMMY_ENUM) == sizeof(int));
+#endif
 
 
 #include "begin_code.h"