X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/25f471275725cf712dd01f32c564d1bff107e997..b704229ee25ef8e5765ec09e9c164f59063564e8:/src/motif/region.cpp diff --git a/src/motif/region.cpp b/src/motif/region.cpp index 8b03f1052b..57a0343e3a 100644 --- a/src/motif/region.cpp +++ b/src/motif/region.cpp @@ -15,13 +15,17 @@ #include "wx/region.h" #include "wx/gdicmn.h" +#ifdef __VMS__ +#pragma message disable nosimpint +#endif #include +#ifdef __VMS__ +#pragma message enable nosimpint +#endif // #include "wx/motif/private.h" -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject) IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject) -#endif // ---------------------------------------------------------------------------- // list types