Mercurial > sdl-ios-xcode
comparison src/timer/win32/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 #ifdef _WIN32_WCE | 29 #ifdef _WIN32_WCE |
31 #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. |
32 | 31 |
33 /* 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... */ |