// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "xh_stbmp.h"
#endif
#pragma hdrstop
#endif
+#if wxUSE_XRC
+
#include "wx/xrc/xh_stbmp.h"
#include "wx/statbmp.h"
{
return IsOfClass(node, wxT("wxStaticBitmap"));
}
+
+#endif // wxUSE_XRC