* Template for the set.h file for VMS *
* Created from setup.h_in *
* Author : J.Jansen (joukj@hrem.nano.tudelft.nl) *
- * Date : 4 June 2007 *
+ * Date : 3 July 2007 *
* *
*****************************************************************************/
#ifndef wxUSE_UNICODE
- #define wxUSE_UNICODE 0
+ #define wxUSE_UNICODE 1
#endif
#define wxUSE_WCHAR_T 1
/* 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
#define HAVE_WPUTCHAR 1
/* Define this if you have putws() */
-#define HAVE_PUTWS 1
+#undef HAVE_PUTWS
/* Define this if you have fputws() */
#define HAVE_FPUTWS 1