// global settings
// ----------------------------------------------------------------------------
+// define this to 1 if you want icons to behave as bitmaps
+#define wxICON_IS_BITMAP 0
+
// define this to 0 when building wxBase library
#define wxUSE_GUI 1
// wxToolBar class
#define wxUSE_TOOLBAR 1
+#define wxUSE_TOOLBAR_NATIVE 1
+
+// wxSpinCtrl class
+#define wxUSE_SPINCTRL 1
// wxStatusBar class
#define wxUSE_STATUSBAR 1