X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/338dd992160bf20205743c092b353d96ef7604fb..8636c073a373e38e6a3f7c1b013799016896406b:/src/motif/stattext.cpp diff --git a/src/motif/stattext.cpp b/src/motif/stattext.cpp index e66312abaa..3b7b342e6b 100644 --- a/src/motif/stattext.cpp +++ b/src/motif/stattext.cpp @@ -13,6 +13,10 @@ #pragma implementation "stattext.h" #endif +#ifdef __VMS +#define XtDisplay XTDISPLAY +#endif + #include "wx/app.h" #include "wx/stattext.h" @@ -28,9 +32,7 @@ #pragma message enable nosimpint #endif -#if !USE_SHARED_LIBRARY IMPLEMENT_DYNAMIC_CLASS(wxStaticText, wxControl) -#endif bool wxStaticText::Create(wxWindow *parent, wxWindowID id, const wxString& label,