comparison src/timer/win32/SDL_systimer.c @ 453:a6fa62b1be09

Updated for embedded Visual C++ 4.0
author Sam Lantinga <slouken@libsdl.org>
date Tue, 20 Aug 2002 00:20:06 +0000
parents 72d55d02cb47
children 621ab54c1dde
comparison
equal deleted inserted replaced
452:4c5c10383201 453:a6fa62b1be09
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 */