From a14132e13a1b11383de5cd847be8afc7e541598d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?W=C5=82odzimierz=20Skiba?= Date: Fri, 11 Mar 2005 07:32:27 +0000 Subject: [PATCH] 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 --- include/wx/msw/wince/chkconf.h | 3 +++ 1 file changed, 3 insertions(+) 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