Mercurial > sdl-ios-xcode
changeset 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 | 6636b20693a8 |
children | 300b46757b7a |
files | src/timer/win32/SDL_systimer.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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)