comparison 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
comparison
equal deleted inserted replaced
3974:42578e98a295 3975:e85e65aec22f
321 return 1; 321 return 1;
322 } 322 }
323 } 323 }
324 #endif /* __WATCOMC__ */ 324 #endif /* __WATCOMC__ */
325 325
326 #elif defined(__WIN32__) 326 #elif defined(__WIN32__) && !defined(__SYMBIAN32__)
327 327
328 #if !defined(HAVE_LIBC) || (defined(__WATCOMC__) && defined(BUILD_DLL)) 328 #if !defined(HAVE_LIBC) || (defined(__WATCOMC__) && defined(BUILD_DLL))
329 /* Need to include DllMain() on Watcom C for some reason.. */ 329 /* Need to include DllMain() on Watcom C for some reason.. */
330 #define WIN32_LEAN_AND_MEAN 330 #define WIN32_LEAN_AND_MEAN
331 #include <windows.h> 331 #include <windows.h>