// ============================================================================
+#ifdef __GNUG__
+ #pragma implementation "spinctrlbase.h"
+ #pragma implementation "spinctrl.h"
+#endif
+
// ----------------------------------------------------------------------------
// headers
// ----------------------------------------------------------------------------
#include "wx/wx.h"
#endif
+#if wxUSE_SPINBTN
+
#include "wx/spinctrl.h"
#include "wx/os2/private.h"
}
*/
}
+
+#endif //wxUSE_SPINBTN
\ No newline at end of file