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:
parent
2f98230bd8
commit
eb6ed7e74c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user