X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..3225a4b8b8656f25dac6cb20684a3c2c273cf796:/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