Updated OpenVMS compile support
Modified Files:
wxWindows/setup.h_vms
----------------------------------------------------------------------
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18206
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
+#ifdef __WXGTK__
/* Define this if your version of GTK+ is greater than 1.2 */
#define __WXGTK12__ 1
/* Define this if your version of GTK+ is greater than 1.3 */
#undef __WXGTK20__
+#endif
/*
* Define to 1 for Unix[-like] system
/*
* Compile wxString with some Unicode (wide character) support?
*/
-#define wxUSE_WCHAR_T 0
+#define wxUSE_WCHAR_T 1
/*
* Compile wxWindows in Unicode mode (Win32 only for now)?