Mercurial > sdl-ios-xcode
diff src/events/SDL_events.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 | 481dabb098ef |
line wrap: on
line diff
--- a/src/events/SDL_events.c Mon Jan 24 15:10:16 2011 -0800 +++ b/src/events/SDL_events.c Mon Jan 24 15:46:11 2011 -0800 @@ -170,7 +170,7 @@ /* The event thread will handle timers too */ SDL_SetTimerThreaded(2); -#if (defined(__WINDOWS__) && !defined(_WIN32_WCE)) && !defined(HAVE_LIBC) +#if (defined(__WIN32__) && !defined(_WIN32_WCE)) && !defined(HAVE_LIBC) #undef SDL_CreateThread SDL_EventThread = SDL_CreateThread(SDL_GobbleEvents, NULL, NULL, NULL);