Committing in .
Updated OpenVMS compile options Modified Files: wxWidgets/setup.h_vms ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36016 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
df034cc6d5
commit
b4f9b09cb9
@ -429,6 +429,7 @@
|
|||||||
|
|
||||||
#define wxUSE_GLCANVAS 1
|
#define wxUSE_GLCANVAS 1
|
||||||
|
|
||||||
|
#define wxUSE_RICHTEXT 1
|
||||||
|
|
||||||
#define wxUSE_CLIPBOARD 1
|
#define wxUSE_CLIPBOARD 1
|
||||||
|
|
||||||
@ -518,10 +519,8 @@
|
|||||||
* the common values automatically */
|
* the common values automatically */
|
||||||
#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
|
#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
|
||||||
#define wxUSE_OWNER_DRAWN 1
|
#define wxUSE_OWNER_DRAWN 1
|
||||||
#endif
|
#else
|
||||||
|
#define wxUSE_OWNER_DRAWN 0
|
||||||
#if defined(__WXPM__)
|
|
||||||
#define wxUSE_OWNER_DRAWN 1
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* enable rich edit under Win32 */
|
/* enable rich edit under Win32 */
|
||||||
|
Loading…
Reference in New Issue
Block a user