projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Slight reorg of last change
[wxWidgets.git]
/
src
/
msw
/
notifmsg.cpp
diff --git
a/src/msw/notifmsg.cpp
b/src/msw/notifmsg.cpp
index 348af4a93f3dc3b7129825cc3a2362c511bc06d0..f5064e68a2f93efd2c9694b1b97fd87f5ed5aea0 100644
(file)
--- a/
src/msw/notifmsg.cpp
+++ b/
src/msw/notifmsg.cpp
@@
-23,7
+23,10
@@
#pragma hdrstop
#endif
#pragma hdrstop
#endif
-#if wxUSE_NOTIFICATION_MESSAGE && wxUSE_TASKBARICON
+// we can only use the native implementation if we have a working
+// wxTaskBarIcon::ShowBalloon() method
+#if wxUSE_NOTIFICATION_MESSAGE && \
+ wxUSE_TASKBARICON && wxUSE_TASKBARICON_BALLOONS
#include "wx/notifmsg.h"
#include "wx/notifmsg.h"