]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/taskbar.h
wxURL - doc cleanups, depreciated more methods, more source comments. wxURI - enclos...
[wxWidgets.git] / include / wx / taskbar.h
index bc8371c18d847807c550cf21c020e4c1f1394344..a97354fe78cd080d96592c14e19791bf22bc3ff5 100644 (file)
@@ -41,7 +41,9 @@ private:
 // now include the actual class declaration
 // ----------------------------------------------------------------------------
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+    #include "wx/palmos/taskbar.h"
+#elif defined(__WXMSW__)
     #include "wx/msw/taskbar.h"
 #elif defined(__WXGTK__) || defined(__WXX11__) || defined(__WXMOTIF__)
     #include "wx/unix/taskbarx11.h"