Mercurial > sdl-ios-xcode
comparison src/timer/os2/SDL_systimer.c @ 1361:19418e4422cb
New configure-based build system. Still work in progress, but much improved
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 16 Feb 2006 10:11:48 +0000 |
parents | c71e05b4dc2e |
children | d910939febfa |
comparison
equal
deleted
inserted
replaced
1360:70a9cfb4cf1b | 1361:19418e4422cb |
---|---|
29 #define INCL_DOSEXCEPTIONS | 29 #define INCL_DOSEXCEPTIONS |
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 | 35 |
36 | 36 |
37 #define TIME_WRAP_VALUE (~(DWORD)0) | 37 #define TIME_WRAP_VALUE (~(DWORD)0) |
38 | 38 |
39 /* The first high-resolution ticks value of the application */ | 39 /* The first high-resolution ticks value of the application */ |