]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/config_xcode.h
unset the window as invoking window of wxCurrentPopupMenu (which now exists in all...
[wxWidgets.git] / include / wx / mac / carbon / config_xcode.h
index 369163b8e85e402d26a31b43455a8d4a0787cc62..b9468165b05f4270b5c8af58c933eadc88cff1d0 100644 (file)
@@ -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