add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our SDK is too old (mainly for VC6 with its original ancient SDK)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-12-08 20:51:21 +00:00
parent 174e8f45df
commit 23bd008a7f
6 changed files with 43 additions and 16 deletions

View File

@@ -134,7 +134,7 @@ private:
- libnotify (Gnome)
- Growl (http://growl.info/, OS X)
*/
#elif defined(__WXMSW__) && wxUSE_TASKBARICON
#elif defined(__WXMSW__) && wxUSE_TASKBARICON && wxUSE_TASKBARICON_BALLOONS
#include "wx/msw/notifmsg.h"
#else
#include "wx/generic/notifmsg.h"