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