author | Sam Lantinga |
Mon, 21 Sep 2009 11:04:32 +0000 | |
branch | SDL-1.2 |
changeset 4222 | 6823a52d06fa |
parent 4221 | c56391324e59 |
child 4223 | 63fd67e17705 |
1.1 --- a/include/SDL_stdinc.h Mon Sep 21 10:23:07 2009 +0000 1.2 +++ b/include/SDL_stdinc.h Mon Sep 21 11:04:32 2009 +0000 1.3 @@ -583,7 +583,7 @@ 1.4 #define SDL_ICONV_EINVAL (size_t)-4 1.5 /*@}*/ 1.6 1.7 -#ifdef HAVE_ICONV 1.8 +#ifdef HAVE_ICONV_H 1.9 #define SDL_iconv_t iconv_t 1.10 #define SDL_iconv_open iconv_open 1.11 #define SDL_iconv_close iconv_close