Mercurial > sdl-ios-xcode
diff src/SDL.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 | dc6b59e925a2 |
children | 8582c6a5ca16 |
line wrap: on
line diff
--- a/src/SDL.c Thu Jun 21 18:48:13 2007 +0000 +++ b/src/SDL.c Sun Jun 24 18:26:35 2007 +0000 @@ -323,7 +323,7 @@ } #endif /* __WATCOMC__ */ -#elif defined(__WIN32__) +#elif defined(__WIN32__) && !defined(__SYMBIAN32__) #if !defined(HAVE_LIBC) || (defined(__WATCOMC__) && defined(BUILD_DLL)) /* Need to include DllMain() on Watcom C for some reason.. */