Mercurial > sdl-ios-xcode
diff include/SDL_compat.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 | 5543db4239e6 |
children | f638ded38b8a |
line wrap: on
line diff
--- a/include/SDL_compat.h Wed Dec 16 08:17:05 2009 +0000 +++ b/include/SDL_compat.h Wed Dec 16 10:59:51 2009 +0000 @@ -297,6 +297,8 @@ #define SDL_RenderFill SDL_RenderRect +extern DECLSPEC int SDLCALL SDL_putenv(const char *variable); + /*@}*//*Compatibility*/ /* Ends C function definitions when using C++ */