X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05a09b0b9f9d93cd2a149efc0c1ccc0790cdc82c..eeb0bee1d31939f8ff14a3c7dba6ff22fcdb6fff:/include/wx/mac/carbon/config_xcode.h?ds=inline diff --git a/include/wx/mac/carbon/config_xcode.h b/include/wx/mac/carbon/config_xcode.h index 369163b8e8..b9468165b0 100644 --- a/include/wx/mac/carbon/config_xcode.h +++ b/include/wx/mac/carbon/config_xcode.h @@ -88,7 +88,8 @@ #define HAVE_SCHED_H 1 #define HAVE_UNISTD_H 1 #define HAVE_WCHAR_H 1 -#define HAVE_ICONV 1 +/* better to use the built-in CF conversions, also avoid iconv versioning problems */ +/* #undef HAVE_ICONV */ #if MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_5 #define ICONV_CONST const #else