X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/000eea7a2ef45e4053b66bdcc8fd57bfb2e907de..ac8fdfe2a53161e95eabdd8f25d1a2a824ff4a73:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index e7eec2c75e..857b157822 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -51,11 +51,13 @@ #include #endif +#ifndef __WXPALMOS5__ #if !defined(__WXMSW__) || defined(__WXMICROWIN__) #include // for SIGTRAP used by wxTrap() #endif //Win/Unix #include +#endif // ! __WXPALMOS5__ #if wxUSE_FONTMAP #include "wx/fontmap.h"