X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..b1859b1a1b35194abb9d55a35d8bad202db39776:/src/palmos/taskbar.cpp diff --git a/src/palmos/taskbar.cpp b/src/palmos/taskbar.cpp index 8ab4274bb2..5bdb1f8551 100644 --- a/src/palmos/taskbar.cpp +++ b/src/palmos/taskbar.cpp @@ -17,6 +17,8 @@ #pragma hdrstop #endif +#if wxUSE_TASKBARICON + #ifndef WX_PRECOMP #include "wx/window.h" #include "wx/frame.h" @@ -106,3 +108,5 @@ long wxTaskBarIcon::WindowProc(unsigned int msg, } #endif // __WIN95__ + +#endif // wxUSE_TASKBARICON