From: Jouk Jansen Date: Fri, 13 Dec 2002 07:03:47 +0000 (+0000) Subject: Committing in . X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/09f8c2a02997f63d3e1a96b9e39df2acc564d693 Committing in . 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 --- diff --git a/setup.h_vms b/setup.h_vms index d09add5c37..fe9ca28073 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -63,6 +63,7 @@ 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 @@ -71,6 +72,7 @@ /* Define this if your version of GTK+ is greater than 1.3 */ #undef __WXGTK20__ +#endif /* * Define to 1 for Unix[-like] system @@ -642,7 +644,7 @@ /* * 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)?