From: Włodzimierz Skiba Date: Fri, 11 Mar 2005 07:32:27 +0000 (+0000) Subject: Bring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMAR... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a14132e13a1b11383de5cd847be8afc7e541598d Bring back help turned off as in previous WinCE setup.h. Perhaps it should be !__SMARTPHONE__. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32749 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index eafc5c8b2e..2e601e3cce 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -41,6 +41,9 @@ #undef wxUSE_MEDIACTRL #define wxUSE_MEDIACTRL 0 +#undef wxUSE_WXHTML_HELP +#define wxUSE_WXHTML_HELP 0 + // libtiff and regex apparently don't compile with eVC (to check with eVC4?) // and they're disabled for WinCE in build/bakefiles/{tiff|regex}.bkl so can't // be enabled here