diff --git a/src/timer/win32/SDL_systimer.c b/src/timer/win32/SDL_systimer.c index ed43bcae1..11fa67f7e 100644 --- a/src/timer/win32/SDL_systimer.c +++ b/src/timer/win32/SDL_systimer.c @@ -33,8 +33,8 @@ static char rcsid = #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)