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