]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/spinctrl.h
more synonyms for UCS-2/4
[wxWidgets.git] / include / wx / spinctrl.h
index ced37995060f9d1680e5fa89e006f2d277a34f68..7490dc47663748b83c49f996bb4353ab84caa939 100644 (file)
 #ifndef _WX_SPINCTRL_H_
 #define _WX_SPINCTRL_H_
 
+#include "wx/defs.h"
+
+#if wxUSE_SPINCTRL
+
 #include "wx/spinbutt.h"        // should make wxSpinEvent visible to the app
 
 // ----------------------------------------------------------------------------
@@ -72,5 +76,6 @@ protected:
 #define EVT_SPINCTRL(id, fn) \
     wx__DECLARE_EVT1(wxEVT_COMMAND_SPINCTRL_UPDATED, id, wxSpinEventHandler(fn))
 
-#endif // _WX_SPINCTRL_H_
+#endif // wxUSE_SPINCTRL
 
+#endif // _WX_SPINCTRL_H_