comparison src/timer/win32/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
22 22
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 28
29 #ifdef _WIN32_WCE 29 #ifdef _WIN32_WCE
30 #error This is WinCE. Please use src/timer/wince/SDL_systimer.c instead. 30 #error This is WinCE. Please use src/timer/wince/SDL_systimer.c instead.
31 31
32 /* but if you really want to use this file, use these #defines... */ 32 /* but if you really want to use this file, use these #defines... */