Mercurial > sdl-ios-xcode
diff include/SDL_config_iphoneos.h @ 3581:15eea7a1fa97
Implemented SDL_setenv(), moved SDL_putenv() to compat.
Fixes Bugzilla #779.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 16 Dec 2009 10:59:51 +0000 |
parents | 3427271a2d75 |
children | b6758aee0dd4 |
line wrap: on
line diff
--- a/include/SDL_config_iphoneos.h Wed Dec 16 08:17:05 2009 +0000 +++ b/include/SDL_config_iphoneos.h Wed Dec 16 10:59:51 2009 +0000 @@ -61,7 +61,9 @@ #define HAVE_FREE 1 #define HAVE_ALLOCA 1 #define HAVE_GETENV 1 +#define HAVE_SETENV 1 #define HAVE_PUTENV 1 +#define HAVE_SETENV 1 #define HAVE_UNSETENV 1 #define HAVE_QSORT 1 #define HAVE_ABS 1