]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/slider.cpp
Updated OpenVMS compile support
[wxWidgets.git] / src / gtk / slider.cpp
index f08fcc5b4905fdb2acdf7476b6d015f26a0ff087..1d6870feca4e4ca84d4d3fc0375aa5b44aa1f64d 100644 (file)
 
 #if wxUSE_SLIDER
 
+#ifdef __VMS
+   //Missing definition in OpenVMS C++ header files.
+   double round(double __x);
+#endif
+
 #include "wx/slider.h"
 
 #ifndef WX_PRECOMP