Mercurial > sdl-ios-xcode
comparison src/timer/os2/SDL_systimer.c @ 1635:92947e3a18db
Make sure code is only compiled if the appropriate subsystem is enabled
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 14 Apr 2006 04:46:47 +0000 |
parents | d910939febfa |
children | 782fd950bd46 d5d3a6fe05a1 |
comparison
equal
deleted
inserted
replaced
1634:14f302c5b32c | 1635:92947e3a18db |
---|---|
18 | 18 |
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | |
24 #ifdef SDL_TIMER_OS2 | |
23 | 25 |
24 #define INCL_DOSMISC | 26 #define INCL_DOSMISC |
25 #define INCL_DOSERRORS | 27 #define INCL_DOSERRORS |
26 #define INCL_DOSSEMAPHORES | 28 #define INCL_DOSSEMAPHORES |
27 #define INCL_DOSDATETIME | 29 #define INCL_DOSDATETIME |
220 void SDL_SYS_StopTimer(void) | 222 void SDL_SYS_StopTimer(void) |
221 { | 223 { |
222 return; | 224 return; |
223 } | 225 } |
224 | 226 |
225 | 227 #endif /* SDL_TIMER_OS2 */ |