projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rewrite using type safe wxHashMap instead of wxObject-based wxHashTable
[wxWidgets.git]
/
include
/
wx
/
os2
/
chkconf.h
diff --git
a/include/wx/os2/chkconf.h
b/include/wx/os2/chkconf.h
index ef8d72b1eaf3378ddbc4d99f02739df156c88539..8b7859999257c5622735091e784dfccf2340d9ee 100644
(file)
--- a/
include/wx/os2/chkconf.h
+++ b/
include/wx/os2/chkconf.h
@@
-38,6
+38,11
@@
# define wxUSE_POSTSCRIPT 1
#endif
+#if wxUSE_MS_HTML_HELP
+# undef wxUSE_MS_HTML_HELP
+# define wxUSE_MS_HTML_HELP 0
+#endif
+
#endif /* __WATCOM__ */
#endif /* _WX_OS2_CHKCONF_H_ */