From eb6ed7e74ceec80c5729b50634652bf6efde3d87 Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Wed, 10 Sep 2014 14:58:39 +0000 Subject: [PATCH] wxUSE_TASKBARBUTTON should be disabled on wince. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/wince/chkconf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/msw/wince/chkconf.h b/include/wx/msw/wince/chkconf.h index e269b511be..ad40eed714 100644 --- a/include/wx/msw/wince/chkconf.h +++ b/include/wx/msw/wince/chkconf.h @@ -110,6 +110,10 @@ #undef wxUSE_TASKBARICON_BALLOONS #define wxUSE_TASKBARICON_BALLOONS 0 +// there is no support for taskbar button +#undef wxUSE_TASKBARBUTTON +#define wxUSE_TASKBARBUTTON 0 + // not sure if this is supported by eVC but VC8 SDK lacks the tooltips control // related declarations #if wxCHECK_VISUALC_VERSION(8)