Committing in .

Update OpenVMS compile support

 Modified Files:
 	wxWindows/setup.h_vms wxWindows/src/common/descrip.mms
 	wxWindows/src/generic/descrip.mms
 	wxWindows/src/generic/notebook.cpp
 	wxWindows/src/gtk/notebook.cpp wxWindows/src/univ/descrip.mms
 	wxWindows/src/univ/notebook.cpp
 ----------------------------------------------------------------------


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23344 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jouk Jansen
2003-09-01 14:47:00 +00:00
parent da31cbc4ef
commit 1cc4f822d3
8 changed files with 30 additions and 27 deletions

View File

@@ -20,6 +20,10 @@
#pragma implementation "notebook.h"
#endif
#ifdef __VMS
#pragma message disable unscomzer
#endif
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"