// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_html.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
#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