From: Vadim Zeitlin Date: Sun, 9 Dec 2007 22:33:02 +0000 (+0000) Subject: add wxUSE_TASKBARICON_BALLOONS to make it possible to turn off their usage if our... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/60e92dd5c54f0f536c4711c45be905dd8b44220d?ds=inline 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@50603 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/setup.h.in b/setup.h.in index 256003a673..1443a641c4 100644 --- a/setup.h.in +++ b/setup.h.in @@ -582,6 +582,8 @@ #define wxUSE_OWNER_DRAWN 0 +#define wxUSE_TASKBARICON_BALLOONS 0 + #define wxUSE_UXTHEME 0 #define wxUSE_INKEDIT 0 @@ -593,11 +595,6 @@ #define wxUSE_CRASHREPORT 0 - - - -#define wxUSE_BITMAP_MESSAGE 0 - /* --- end MSW options --- */ /*