Mercurial > sdl-ios-xcode
diff src/thread/win32/win_ce_semaphore.c @ 1330:450721ad5436
It's now possible to build SDL without any C runtime at all on Windows,
using Visual C++ 2005
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 06 Feb 2006 08:28:51 +0000 |
parents | 86d0d01290ea |
children | bb6839704ed6 |
line wrap: on
line diff
--- a/src/thread/win32/win_ce_semaphore.c Sat Feb 04 22:01:44 2006 +0000 +++ b/src/thread/win32/win_ce_semaphore.c Mon Feb 06 08:28:51 2006 +0000 @@ -28,7 +28,7 @@ and it is not clear how to handle a mixture of WCE semaphores and normal events and mutexes. */ -#include <windows.h> +#include "SDL_windows.h" #include "win_ce_semaphore.h" static SYNCHHANDLE CleanUp (SYNCHHANDLE hSynch, DWORD Flags);