]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/utilscmn.cpp
OS/2 needs wxUSE_OWNER_DRAWN, too
[wxWidgets.git] / src / common / utilscmn.cpp
index 4e4d3a92807d2213d62ba25328ae0f11b671b1c9..9cf7ef1ff62b26e1d5f321907803ea5eec0a35c0 100644 (file)
@@ -95,7 +95,7 @@
     #include <sys/stat.h>
 #endif
 
-#ifdef __WXMSW__
+#if defined(__WXMSW__) && !defined(__PALMOS__)
     #include "wx/msw/private.h"
 #endif