]> git.saurik.com Git - wxWidgets.git/commitdiff
oops, forgot to check in change that adds WX_ICONV_TAKES_CHAR
authorVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2001 18:22:47 +0000 (18:22 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Fri, 27 Apr 2001 18:22:47 +0000 (18:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9907 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index fbbfa98dbd77776803636930570ee15a82629a34..907a657216595e72b6e2b36189bb250c712e4a2f 100644 (file)
 /* 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