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
This commit is contained in:
parent
e0d8e433c1
commit
09f8c2a029
@ -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)?
|
||||
|
Loading…
Reference in New Issue
Block a user