]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/clipbrd.cpp
more combobox appearance fixes
[wxWidgets.git] / src / motif / clipbrd.cpp
index f80067e6f9fd884d9c8814006c8208a86cc71874..41afb324d308b393539aa8c0419f494b445858d6 100644 (file)
 #include "wx/clipbrd.h"
 #include "wx/dataobj.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/Xm.h>
 #include <Xm/CutPaste.h>
+#ifdef __VMS__
+#pragma message enable nosimpint
+#endif
 
 #include <string.h>
 
-#if !USE_SHARED_LIBRARY
 // IMPLEMENT_DYNAMIC_CLASS(wxClipboard, wxObject)
 // IMPLEMENT_ABSTRACT_CLASS(wxClipboardClient, wxObject)
-#endif
 
 static bool gs_clipboardIsOpen = FALSE;