Committing in .
Modified Files: wxWindows/setup.h_vms wxWindows/demos/bombs/descrip.mms wxWindows/lib/vms.opt wxWindows/samples/caret/descrip.mms wxWindows/samples/checklst/descrip.mms wxWindows/samples/config/descrip.mms wxWindows/samples/controls/descrip.mms wxWindows/samples/dialogs/descrip.mms wxWindows/samples/drawing/descrip.mms wxWindows/samples/image/descrip.mms wxWindows/samples/mdi/descrip.mms wxWindows/samples/menu/descrip.mms wxWindows/samples/minimal/descrip.mms wxWindows/samples/resource/descrip.mms wxWindows/src/common/descrip.mms wxWindows/src/common/gdicmn.cpp wxWindows/src/generic/descrip.mms wxWindows/src/motif/choice.cpp wxWindows/src/motif/descrip.mms wxWindows/src/motif/font.cpp wxWindows/src/motif/frame.cpp wxWindows/src/motif/gauge.cpp wxWindows/src/motif/listbox.cpp wxWindows/src/motif/menu.cpp wxWindows/src/motif/msgdlg.cpp wxWindows/src/motif/toolbar.cpp wxWindows/src/motif/window.cpp wxWindows/src/motif/xmcombo/xmcombo.c wxWindows/src/unix/descrip.mms wxWindows/utils/dialoged/src/descrip.mms Added Files: wxWindows/include/wx/vms_x_fix.h VMS patches ---------------------------------------------------------------------- git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8170 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,7 +21,14 @@
|
||||
#pragma implementation "frame.h"
|
||||
#endif
|
||||
|
||||
#include "wx/frame.h"
|
||||
|
||||
#ifdef __VMS
|
||||
#define XtDisplay XTDISPLAY
|
||||
#define XtWindow XTWINDOW
|
||||
#define XtScreen XTSCREEN
|
||||
#endif
|
||||
|
||||
# include "wx/frame.h"
|
||||
#include "wx/statusbr.h"
|
||||
#include "wx/toolbar.h"
|
||||
#include "wx/menuitem.h"
|
||||
|
Reference in New Issue
Block a user