Mercurial > sdl-ios-xcode
diff src/thread/SDL_thread_c.h @ 5062:e8916fe9cfc8
Fixed bug #925
Changed "win32" to "windows"
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 20 Jan 2011 18:04:05 -0800 |
parents | f7b03b6838cb |
children | b530ef003506 |
line wrap: on
line diff
--- a/src/thread/SDL_thread_c.h Thu Jan 20 17:33:06 2011 -0800 +++ b/src/thread/SDL_thread_c.h Thu Jan 20 18:04:05 2011 -0800 @@ -35,8 +35,8 @@ #include "pthread/SDL_systhread_c.h" #elif SDL_THREAD_SPROC #include "irix/SDL_systhread_c.h" -#elif SDL_THREAD_WIN32 -#include "win32/SDL_systhread_c.h" +#elif SDL_THREAD_WINDOWS +#include "windows/SDL_systhread_c.h" #elif SDL_THREAD_NDS #include "nds/SDL_systhread_c.h" #else