]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/slider.mm
moved c-runtime functions for CW to wxchar
[wxWidgets.git] / src / cocoa / slider.mm
index f239be10036bf5aadbd7005d7d05eb6e7a0ef64b..207f9a8c9938d39e9e7174fc91fff4218fa4013a 100644 (file)
@@ -9,6 +9,9 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
+#include "wx/setup.h"
+#if wxUSE_SLIDER
+
 #include "wx/app.h"
 #include "wx/slider.h"
 
@@ -39,3 +42,4 @@ wxSlider::~wxSlider()
     SetNSView(NULL);
 }
 
+#endif // wxUSE_SLIDER