projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
582f07c
)
Fix for wxOS2 built with common prt of setup0.h.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Tue, 20 Jun 2006 12:57:30 +0000
(12:57 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Tue, 20 Jun 2006 12:57:30 +0000
(12:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39804
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/os2/chkconf.h
patch
|
blob
|
blame
|
history
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_ */