Committing in .

Modified Files:
 	wxWindows/descrip.mms wxWindows/setup.h_vms
 	wxWindows/distrib/msw/makefile.rsp
 	wxWindows/src/common/descrip.mms
 Added Files:
 	wxWindows/samples/richedit/descrip.mms

 Updated OpenVMS compile support

 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12025 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2001-10-16 06:14:26 +00:00
parent cece1d88c0
commit 61e6020f90
5 changed files with 70 additions and 2 deletions

View File

@@ -85,6 +85,7 @@
#undef __SOLARIS__
#undef __SUNOS__
#define __ALPHA__
#undef __IA64__
#undef __OSF__
#undef __DARWIN__
#undef __NETBSD__
@@ -111,8 +112,9 @@
#undef WINVER
/* enable native status bar under Win32 */
#ifdef __WIN95__
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
#define wxUSE_NATIVE_STATUSBAR 1
#define wxUSE_OWNER_DRAWN 1
#endif
/* enable rich edit under Win32 */
@@ -451,7 +453,6 @@
#define wxUSE_TOOLBAR_SIMPLE 1
#if defined(__WXWINE__) || defined(__GNUWIN32__) || defined(__WXPM__)
#define wxUSE_OWNER_DRAWN 1
#if wxUSE_TOOLBAR
#define wxUSE_BUTTONBAR 1
#endif