comparison src/timer/wince/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 450721ad5436
children 19418e4422cb
comparison
equal deleted inserted replaced
1357:e18467d67cfd 1358:c71e05b4dc2e
23 #include "SDL_windows.h" 23 #include "SDL_windows.h"
24 #include <mmsystem.h> 24 #include <mmsystem.h>
25 25
26 #include "SDL_timer.h" 26 #include "SDL_timer.h"
27 #include "SDL_timer_c.h" 27 #include "SDL_timer_c.h"
28 #include "SDL_error.h"
29 28
30 static Uint64 start_date; 29 static Uint64 start_date;
31 static Uint64 start_ticks; 30 static Uint64 start_ticks;
32 31
33 static Uint64 wce_ticks(void) 32 static Uint64 wce_ticks(void)