comparison include/SDL_config_wiz.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 ca5663493497
children c5925cd41955
comparison
equal deleted inserted replaced
3580:951dd6a5d1a2 3581:15eea7a1fa97
56 #define HAVE_CALLOC 1 56 #define HAVE_CALLOC 1
57 #define HAVE_REALLOC 1 57 #define HAVE_REALLOC 1
58 #define HAVE_FREE 1 58 #define HAVE_FREE 1
59 #define HAVE_ALLOCA 1 59 #define HAVE_ALLOCA 1
60 #define HAVE_GETENV 1 60 #define HAVE_GETENV 1
61 #define HAVE_SETENV 1
61 #define HAVE_PUTENV 1 62 #define HAVE_PUTENV 1
62 #define HAVE_UNSETENV 1 63 #define HAVE_UNSETENV 1
63 #define HAVE_QSORT 1 64 #define HAVE_QSORT 1
64 #define HAVE_ABS 1 65 #define HAVE_ABS 1
65 #define HAVE_BCOPY 1 66 #define HAVE_BCOPY 1