From b81f668c1ba1cd592deb36d486bdb62124cdb0f9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Fri, 30 Nov 2007 07:37:44 +0000 Subject: [PATCH] using the cf string conversions exclusively git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/config_xcode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.50.0