]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/spinctrl.h
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
[wxWidgets.git] / include / wx / msw / spinctrl.h
index e5687d075c6648e8fc49a48d20765500bb6061c4..350c6ea86180c096b6a8cd437879824dcc4dbdb7 100644 (file)
@@ -18,6 +18,8 @@
 
 #include "wx/spinbutt.h"    // the base class
 
+#if wxUSE_SPINCTRL
+
 #include "wx/dynarray.h"
 
 class WXDLLEXPORT wxSpinCtrl;
@@ -116,6 +118,8 @@ private:
     DECLARE_NO_COPY_CLASS(wxSpinCtrl)
 };
 
+#endif // wxUSE_SPINCTRL
+
 #endif // _WX_MSW_SPINCTRL_H_