projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Replaced /'s with \'s as BCC requires \'s for path names
[wxWidgets.git]
/
src
/
generic
/
helpwxht.cpp
diff --git
a/src/generic/helpwxht.cpp
b/src/generic/helpwxht.cpp
index bc27fbfe07ecdcabb917f23d0a3a50afbf36f411..7b3a9c9d70b7bf154ec27fee2f71ea51b8cc25b3 100644
(file)
--- a/
src/generic/helpwxht.cpp
+++ b/
src/generic/helpwxht.cpp
@@
-19,7
+19,7
@@
# pragma hdrstop
#endif
-#if wxUSE_
HTML && wxUSE_STREAMS
+#if wxUSE_
WXHTML_HELP
#ifndef WX_PRECOMP
#include "wx/string.h"
@@
-315,4
+315,5
@@
wxHelpControllerHtml::GetFrameParameters(wxSize *size,
return m_Frame;
}
-#endif // wxUSE_HTML
+#endif // wxUSE_WXHTML_HELP
+