X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/29f45f85e9d899383ded862314afe7964bf0f786..aa50e893ee119e4c66414d7f194d89a3d9a23819:/setup.h.in diff --git a/setup.h.in b/setup.h.in index fbbfa98dbd..907a657216 100644 --- a/setup.h.in +++ b/setup.h.in @@ -665,6 +665,9 @@ /* struct tm doesn't always have the tm_gmtoff field, define this if it does */ #undef WX_GMTOFF_IN_TM +/* iconv()'s 2nd argument is char ** and not const char ** */ +#undef WX_ICONV_TAKES_CHAR + /* Define if you have pw_gecos field in struct passwd */ #undef HAVE_PW_GECOS