# HG changeset patch # User Sam Lantinga # Date 1034003957 0 # Node ID 621ab54c1dde8e3fbf92ee682d3bc34496041983 # Parent 6636b20693a8c75fdc639c933e73a1b3461ecfb5 Fixed building timer code on Windows CE diff -r 6636b20693a8 -r 621ab54c1dde src/timer/win32/SDL_systimer.c --- 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)