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