Mercurial > sdl-ios-xcode
diff src/stdlib/SDL_getenv.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 | 4aac8563c296 |
children | a1b03ba2fcd0 |
line wrap: on
line diff
--- a/src/stdlib/SDL_getenv.c Thu Jun 21 18:48:13 2007 +0000 +++ b/src/stdlib/SDL_getenv.c Sun Jun 24 18:26:35 2007 +0000 @@ -25,7 +25,7 @@ #ifndef HAVE_GETENV -#if defined(__WIN32__) && !defined(_WIN32_WCE) +#if defined(__WIN32__) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__) #define WIN32_LEAN_AND_MEAN #include <windows.h>