/* Define if you have wcslen function */
#define HAVE_WCSLEN 1
+/* Define if you have wcsdup function */
+#define HAVE_WCSDUP 0
+
/* Define if you have wcstoull() and wcstoll() */
#undef HAVE_WCSTOULL
/* Define if size_t on your machine is the same type as unsigned long. */
#undef wxSIZE_T_IS_ULONG
+/* Define if wchar_t is distinct type in your compiler. */
+#define wxWCHAR_T_IS_SEPARATE_TYPE 1
+
/* Define if you have the dlopen function. */
#define HAVE_DLOPEN 1