diff src/SDL.c @ 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 a1b03ba2fcd0
line wrap: on
line diff
--- a/src/SDL.c	Sun Jun 24 18:26:35 2007 +0000
+++ b/src/SDL.c	Mon Jun 25 00:50:20 2007 +0000
@@ -54,7 +54,9 @@
 
 /* The initialized subsystems */
 static Uint32 SDL_initialized = 0;
+#if !SDL_TIMERS_DISABLED
 static Uint32 ticks_started = 0;
+#endif
 
 #ifdef CHECK_LEAKS
 int surfaces_allocated = 0;