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:
@@ -63,6 +63,7 @@
|
|||||||
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
byte first (like Motorola and SPARC, unlike Intel and VAX). */
|
||||||
#undef WORDS_BIGENDIAN
|
#undef WORDS_BIGENDIAN
|
||||||
|
|
||||||
|
#ifdef __WXGTK__
|
||||||
/* Define this if your version of GTK+ is greater than 1.2 */
|
/* Define this if your version of GTK+ is greater than 1.2 */
|
||||||
#define __WXGTK12__ 1
|
#define __WXGTK12__ 1
|
||||||
|
|
||||||
@@ -71,6 +72,7 @@
|
|||||||
|
|
||||||
/* Define this if your version of GTK+ is greater than 1.3 */
|
/* Define this if your version of GTK+ is greater than 1.3 */
|
||||||
#undef __WXGTK20__
|
#undef __WXGTK20__
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Define to 1 for Unix[-like] system
|
* Define to 1 for Unix[-like] system
|
||||||
@@ -642,7 +644,7 @@
|
|||||||
/*
|
/*
|
||||||
* Compile wxString with some Unicode (wide character) support?
|
* 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)?
|
* Compile wxWindows in Unicode mode (Win32 only for now)?
|
||||||
|
Reference in New Issue
Block a user