diff src/timer/win32/SDL_systimer.c @ 517:621ab54c1dde

Fixed building timer code on Windows CE
author Sam Lantinga <slouken@libsdl.org>
date Mon, 07 Oct 2002 15:19:17 +0000
parents a6fa62b1be09
children b8d311d90021
line wrap: on
line diff
--- a/src/timer/win32/SDL_systimer.c	Mon Oct 07 02:39:37 2002 +0000
+++ b/src/timer/win32/SDL_systimer.c	Mon Oct 07 15:19:17 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)