X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/05787cec0d5416f1a68d120258f97d3b70e956ef..eeb0bee1d31939f8ff14a3c7dba6ff22fcdb6fff:/include/wx/mac/carbon/config_xcode.h diff --git a/include/wx/mac/carbon/config_xcode.h b/include/wx/mac/carbon/config_xcode.h index aa77c8ca88..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 @@ -106,9 +107,9 @@ #define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" #define PACKAGE_NAME "wxWidgets" -#define PACKAGE_STRING "wxWidgets 2.7.1" +#define PACKAGE_STRING "wxWidgets 2.9.0" #define PACKAGE_TARNAME "wxwidgets" -#define PACKAGE_VERSION "2.7.1" +#define PACKAGE_VERSION "2.9.0" // for regex #define WX_NO_REGEX_ADVANCED 1