comparison 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
comparison
equal deleted inserted replaced
516:6636b20693a8 517:621ab54c1dde
31 #include "SDL_timer.h" 31 #include "SDL_timer.h"
32 #include "SDL_timer_c.h" 32 #include "SDL_timer_c.h"
33 #include "SDL_error.h" 33 #include "SDL_error.h"
34 34
35 #ifdef _WIN32_WCE 35 #ifdef _WIN32_WCE
36 //#define USE_GETTICKCOUNT 36 #define USE_GETTICKCOUNT
37 //#define USE_SETTIMER 37 #define USE_SETTIMER
38 #endif 38 #endif
39 39
40 #define TIME_WRAP_VALUE (~(DWORD)0) 40 #define TIME_WRAP_VALUE (~(DWORD)0)
41 41
42 /* The first (low-resolution) ticks value of the application */ 42 /* The first (low-resolution) ticks value of the application */