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