author | Sam Lantinga <slouken@libsdl.org> |
Mon, 07 Oct 2002 15:19:17 +0000 | |
changeset 517 | 621ab54c1dde |
parent 516 | 6636b20693a8 |
child 518 | 300b46757b7a |
--- 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)