Mercurial > sdl-ios-xcode
diff src/events/SDL_events.c @ 3975:e85e65aec22f SDL-1.2
Added S60 port.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 24 Jun 2007 18:26:35 +0000 |
parents | 290b5baf2fca |
children | 96ce26f24b01 |
line wrap: on
line diff
--- a/src/events/SDL_events.c Thu Jun 21 18:48:13 2007 +0000 +++ b/src/events/SDL_events.c Sun Jun 24 18:26:35 2007 +0000 @@ -169,7 +169,7 @@ /* The event thread will handle timers too */ SDL_SetTimerThreaded(2); -#if (defined(__WIN32__) && !defined(_WIN32_WCE)) && !defined(HAVE_LIBC) +#if (defined(__WIN32__) && !defined(_WIN32_WCE)) && !defined(HAVE_LIBC) && !defined(__SYMBIAN32__) #undef SDL_CreateThread SDL_EventThread = SDL_CreateThread(SDL_GobbleEvents, NULL, NULL, NULL); #else