projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Make m_inDoPropertyChanged and m_inCommitChangesFromEditor bools; Manage m_inDoProper...
[wxWidgets.git]
/
src
/
xrc
/
xh_html.cpp
diff --git
a/src/xrc/xh_html.cpp
b/src/xrc/xh_html.cpp
index cc97440d56d316ba43ee5cfd0fa9a92e0a7da2aa..9ad368cd8645582dd7aa8a412ae0543666aabe8d 100644
(file)
--- a/
src/xrc/xh_html.cpp
+++ b/
src/xrc/xh_html.cpp
@@
-8,10
+8,6
@@
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
-#pragma implementation "xh_html.h"
-#endif
-
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
// For compilers that support precompilation, includes "wx.h".
#include "wx/wxprec.h"
@@
-19,7
+15,7
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_X
ML && wxUSE_X
RC && wxUSE_HTML
+#if wxUSE_XRC && wxUSE_HTML
#include "wx/xrc/xh_html.h"
#include "wx/xrc/xh_html.h"
@@
-82,4
+78,4
@@
bool wxHtmlWindowXmlHandler::CanHandle(wxXmlNode *node)
return IsOfClass(node, wxT("wxHtmlWindow"));
}
return IsOfClass(node, wxT("wxHtmlWindow"));
}
-#endif // wxUSE_X
ML && wxUSE_X
RC && wxUSE_HTML
+#endif // wxUSE_XRC && wxUSE_HTML