]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dcscreen.cpp
added wxUSE_NOTEBOOK to include/wx/msw/setup0.h, removed wxUSE_RADIOBUTTON (we
[wxWidgets.git] / src / motif / dcscreen.cpp
index 04c409033ff0b803b2ca07b9c1d73bf01ec30787..1b0597df23a1a5608bcd467fe710ada2ba3cc1a0 100644 (file)
 #pragma implementation "dcscreen.h"
 #endif
 
+#include "wx/window.h"
 #include "wx/dcscreen.h"
 #include "wx/utils.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
-#include <wx/motif/private.h>
+#include "wx/motif/private.h"
 
-#if !USE_SHARED_LIBRARY
 IMPLEMENT_DYNAMIC_CLASS(wxScreenDC, wxWindowDC)
-#endif
 
 WXWindow wxScreenDC::sm_overlayWindow = 0;
 int wxScreenDC::sm_overlayWindowX = 0;