]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/notifmsg.cpp
Added the function and macro group pages for Doxygen.
[wxWidgets.git] / src / msw / notifmsg.cpp
index cedac4899bd2fd052e4c27bc063ebba547e14141..f5064e68a2f93efd2c9694b1b97fd87f5ed5aea0 100644 (file)
     #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"
 
 #ifndef WX_PRECOMP
+    #include "wx/toplevel.h"
+    #include "wx/app.h"
     #include "wx/string.h"
 #endif // WX_PRECOMP
 
-#include "wx/notifmsg.h"
 #include "wx/generic/notifmsg.h"
 
 #include "wx/taskbar.h"