wxUSE_TASKBARBUTTON should be disabled on wince.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77644 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty 2014-09-10 14:58:39 +00:00
parent 2f98230bd8
commit eb6ed7e74c

View File

@ -110,6 +110,10 @@
#undef wxUSE_TASKBARICON_BALLOONS #undef wxUSE_TASKBARICON_BALLOONS
#define wxUSE_TASKBARICON_BALLOONS 0 #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 // not sure if this is supported by eVC but VC8 SDK lacks the tooltips control
// related declarations // related declarations
#if wxCHECK_VISUALC_VERSION(8) #if wxCHECK_VISUALC_VERSION(8)