Mercurial > sdl-ios-xcode
diff src/thread/windows/SDL_systhread.c @ 5088:c2539ff054c8
Fixed compiling on Windows Mobile SDK 5.0 with Visual Studio 2008
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 24 Jan 2011 15:46:11 -0800 |
parents | e8916fe9cfc8 |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/thread/windows/SDL_systhread.c Mon Jan 24 15:10:16 2011 -0800 +++ b/src/thread/windows/SDL_systhread.c Mon Jan 24 15:46:11 2011 -0800 @@ -23,12 +23,10 @@ /* Win32 thread management routines for SDL */ -#define WIN32_LEAN_AND_MEAN -#include <windows.h> - #include "SDL_thread.h" #include "../SDL_thread_c.h" #include "../SDL_systhread.h" +#include "SDL_systhread_c.h" #ifndef SDL_PASSED_BEGINTHREAD_ENDTHREAD #ifndef _WIN32_WCE