From: Stefan Csomor Date: Fri, 30 Nov 2007 07:37:44 +0000 (+0000) Subject: using the cf string conversions exclusively X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/b81f668c1ba1cd592deb36d486bdb62124cdb0f9 using the cf string conversions exclusively git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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