Mercurial > sdl-ios-xcode
diff include/SDL_thread.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 | f42e8db53f78 |
children | c2539ff054c8 |
line wrap: on
line diff
--- a/include/SDL_thread.h Thu Jan 20 17:33:06 2011 -0800 +++ b/include/SDL_thread.h Thu Jan 20 18:04:05 2011 -0800 @@ -55,7 +55,7 @@ */ typedef int (SDLCALL * SDL_ThreadFunction) (void *data); -#if defined(__WIN32__) && !defined(HAVE_LIBC) +#if defined(__WINDOWS__) && !defined(HAVE_LIBC) /** * \file SDL_thread.h *