X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c9cacf3e495f3aacb919ee1046338a25982db86c..4ad7af2b83d24c75a0cdf32c7e5ee1c2cc4dd543:/include/wx/help.h diff --git a/include/wx/help.h b/include/wx/help.h index 8fd7026427..20cea7fc26 100644 --- a/include/wx/help.h +++ b/include/wx/help.h @@ -9,6 +9,10 @@ #include "wx/msw/wince/helpwce.h" #define wxHelpController wxWinceHelpController +#elif defined(__PALMOS__) + #include "wx/palmos/help.h" + + #define wxHelpController wxPalmHelpController #elif defined(__WXMSW__) #include "wx/msw/helpwin.h"