// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation "xh_scrol.h"
#endif
#pragma hdrstop
#endif
-#if wxUSE_XML && wxUSE_XRC
+#if wxUSE_XRC && wxUSE_SCROLLBAR
#include "wx/xrc/xh_scrol.h"
#include "wx/scrolbar.h"
return IsOfClass(node, wxT("wxScrollBar"));
}
-#endif // wxUSE_XML && wxUSE_XRC
+#endif // wxUSE_XRC && wxUSE_SCROLLBAR