diff src/timer/win32/SDL_systimer.c @ 453:a6fa62b1be09

Updated for embedded Visual C++ 4.0
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Aug 2002 00:20:06 +0000
parents 72d55d02cb47
children 621ab54c1dde
line wrap: on
line diff
--- a/src/timer/win32/SDL_systimer.c	Mon Aug 19 18:33:29 2002 +0000
+++ b/src/timer/win32/SDL_systimer.c	Tue Aug 20 00:20:06 2002 +0000
@@ -33,8 +33,8 @@
 #include "SDL_error.h"
 
 #ifdef _WIN32_WCE
-#define USE_GETTICKCOUNT
-#define USE_SETTIMER
+//#define USE_GETTICKCOUNT
+//#define USE_SETTIMER
 #endif
 
 #define TIME_WRAP_VALUE	(~(DWORD)0)