Mercurial > sdl-ios-xcode
comparison src/thread/win32/SDL_syssem.c @ 1433:bb6839704ed6
SDL_windows.h is no longer necessary
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 25 Feb 2006 22:18:25 +0000 |
parents | d910939febfa |
children | 782fd950bd46 c121d94672cb 84882a89ca50 |
comparison
equal
deleted
inserted
replaced
1432:0801c9fdbdd6 | 1433:bb6839704ed6 |
---|---|
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 /* Semaphore functions using the Win32 API */ | 24 /* Semaphore functions using the Win32 API */ |
25 | 25 |
26 #include "SDL_windows.h" | 26 #define WIN32_LEAN_AND_MEAN |
27 #include <windows.h> | |
27 | 28 |
28 #include "SDL_thread.h" | 29 #include "SDL_thread.h" |
29 #if defined(_WIN32_WCE) && (_WIN32_WCE < 300) | 30 #if defined(_WIN32_WCE) && (_WIN32_WCE < 300) |
30 #include "win_ce_semaphore.h" | 31 #include "win_ce_semaphore.h" |
31 #endif | 32 #endif |