comparison src/timer/os2/SDL_systimer.c @ 1358:c71e05b4dc2e

More header massaging... works great on Windows. ;-)
author Sam Lantinga <slouken@libsdl.org>
date Fri, 10 Feb 2006 06:48:43 +0000
parents c9b51268668f
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
30 #include <os2.h> 30 #include <os2.h>
31 31
32 #include "SDL_thread.h" 32 #include "SDL_thread.h"
33 #include "SDL_timer.h" 33 #include "SDL_timer.h"
34 #include "SDL_timer_c.h" 34 #include "SDL_timer_c.h"
35 #include "SDL_error.h"
36 35
37 36
38 #define TIME_WRAP_VALUE (~(DWORD)0) 37 #define TIME_WRAP_VALUE (~(DWORD)0)
39 38
40 /* The first high-resolution ticks value of the application */ 39 /* The first high-resolution ticks value of the application */