X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95814e4902f412f28940f1db6acc5e06a901f25f..f1d93f0beeec9d88f8a225aa35a9ccc163dcdb15:/src/motif/button.cpp?ds=sidebyside diff --git a/src/motif/button.cpp b/src/motif/button.cpp index 610a94ef19..eb0af12804 100644 --- a/src/motif/button.cpp +++ b/src/motif/button.cpp @@ -13,20 +13,28 @@ #pragma implementation "button.h" #endif +#ifdef __VMS +#define XtDisplay XTDISPLAY +#endif + #include "wx/button.h" #include "wx/utils.h" #include "wx/panel.h" +#ifdef __VMS__ +#pragma message disable nosimpint +#endif #include #include +#ifdef __VMS__ +#pragma message enable nosimpint +#endif #include "wx/motif/private.h" void wxButtonCallback (Widget w, XtPointer clientData, XtPointer ptr); -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxButton, wxControl) -#endif // Button