]> git.saurik.com Git - wxWidgets.git/blobdiff - src/xrc/xh_statbar.cpp
added some missing mac headers
[wxWidgets.git] / src / xrc / xh_statbar.cpp
index ec4eefc61617241eb2c3c34d2ef133be8139f73a..5dead981daf36bcad541aa2fe593744259958946 100644 (file)
     #pragma hdrstop
 #endif
 
+#if wxUSE_XRC && wxUSE_STATUSBAR
+
 #include "wx/frame.h"
 #include "wx/string.h"
 #include "wx/log.h"
 
-#if wxUSE_STATUSBAR
-
 #include "wx/xrc/xh_statbar.h"
 #include "wx/statusbr.h"
 
@@ -105,5 +105,5 @@ bool wxStatusBarXmlHandler::CanHandle(wxXmlNode *node)
     return IsOfClass(node, wxT("wxStatusBar"));
 }
 
-#endif
+#endif // wxUSE_XRC && wxUSE_STATUSBAR