]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
Improved selection mode handling in wxGrid::SelectBlock
[wxWidgets.git] / src / motif / listbox.cpp
index 178a552e3874f1140601b06c3614304279e25489..a21d2e62d4a372578e403fa5d8e1184920163fa6 100644 (file)
 #include "wx/log.h"
 #include "wx/utils.h"
 
 #include "wx/log.h"
 #include "wx/utils.h"
 
+#ifdef __VMS__
+#pragma message disable nosimpint
+#endif
 #include <Xm/List.h>
 #include <Xm/List.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(wxListBox, wxControl)
     IMPLEMENT_DYNAMIC_CLASS(wxListBox, wxControl)
-#endif
 
 static void wxListBoxCallback(Widget w,
                               XtPointer clientData,
 
 static void wxListBoxCallback(Widget w,
                               XtPointer clientData,