/////////////////////////////////////////////////////////////////////////////
// -- Already done in xmlres.cpp
-//#ifdef __GNUG__
+//#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
//#pragma implementation "xmlres.h"
//#endif
#pragma hdrstop
#endif
+#if wxUSE_XRC
+
#include "wx/xrc/xmlres.h"
#include "wx/xrc/xh_all.h"
AddHandler(new wxStatusBarXmlHandler);
#endif
}
+
+#endif // wxUSE_XRC