Missed defs.h inclusion.
[wxWidgets.git] / include / wx / msw / wince / setup.h
index c6368109394b6741b6338ac85c1f63be44d35f8e..747deedc126919a32934eb16e39c03fb35c44651 100644 (file)
 #define wxUSE_TOOLBAR 1
 #define wxUSE_TOOLBAR_NATIVE 1
 
-// this setting is obsolete, value is ignored
-#define wxUSE_BUTTONBAR    1
-
 // wxNotebook is a control with several "tabs" located on one of its sides. It
 // may be used ot logically organise the data presented to the user instead of
 // putting everything in one huge dialog. It replaces wxTabControl and related