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:
Jouk Jansen 2005-10-26 06:20:19 +00:00
parent df034cc6d5
commit b4f9b09cb9

View File

@ -429,6 +429,7 @@
#define wxUSE_GLCANVAS 1
#define wxUSE_RICHTEXT 1
#define wxUSE_CLIPBOARD 1
@ -518,10 +519,8 @@
* the common values automatically */
#if (defined(__WIN95__) && !defined(__WXUNIVERSAL__)) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
#endif
#if defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
#else
#define wxUSE_OWNER_DRAWN 0
#endif
/* enable rich edit under Win32 */