comparison 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
comparison
equal deleted inserted replaced
3974:42578e98a295 3975:e85e65aec22f
23 23
24 #include "SDL_stdinc.h" 24 #include "SDL_stdinc.h"
25 25
26 #ifndef HAVE_GETENV 26 #ifndef HAVE_GETENV
27 27
28 #if defined(__WIN32__) && !defined(_WIN32_WCE) 28 #if defined(__WIN32__) && !defined(_WIN32_WCE) && !defined(__SYMBIAN32__)
29 29
30 #define WIN32_LEAN_AND_MEAN 30 #define WIN32_LEAN_AND_MEAN
31 #include <windows.h> 31 #include <windows.h>
32 32
33 /* Note this isn't thread-safe! */ 33 /* Note this isn't thread-safe! */