]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/stattext.cpp
updates for swig generated code
[wxWidgets.git] / src / motif / stattext.cpp
index a5105b10ece5329865a7829fdc37271fc2fba84e..3b7b342e6b5164aa88ecd82fcc6b5b2fb15413de 100644 (file)
 #pragma implementation "stattext.h"
 #endif
 
+#ifdef __VMS
+#define XtDisplay XTDISPLAY
+#endif
+
 #include "wx/app.h"
 #include "wx/stattext.h"
 
 #include <stdio.h>
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Label.h>
 #include <Xm/LabelG.h>
 #include <Xm/PushBG.h>
+#ifdef __VMS__
+#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,