#include "wx/msw/private.h"
#endif
#include "wx/menu.h"
+ #include "wx/settings.h"
#endif // WX_PRECOMP
#include "wx/notebook.h"
#include "wx/spinbutt.h"
-#include "wx/settings.h"
#include "wx/artprov.h"
#include "wx/toplevel.h"
#include "wx/image.h"
} else
#endif // wxUSE_BMPBUTTON
#if wxUSE_BUTTON || wxUSE_TOGGLEBTN
- if ( 0
+ if ( 0
# if wxUSE_BUTTON
- || wxDynamicCast(window, wxButton)
+ || wxDynamicCast(window, wxButton)
# endif // wxUSE_BUTTON
# if wxUSE_TOGGLEBTN
- || wxDynamicCast(window, wxToggleButton)
+ || wxDynamicCast(window, wxToggleButton)
# endif // wxUSE_TOGGLEBTN
)
{