]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/chkconf.h
correct the signature of the overriden Reparent()
[wxWidgets.git] / include / wx / chkconf.h
index 1ea7d95e192dae4107a6da42b82fd8dfd2f3b6dd..8d36d10b0cf9e6e30e0c7610065f87ca5db82989 100644 (file)
 #endif /* !defined(wxUSE_HTML) */
 
 #ifndef wxUSE_LIBMSPACK
-#   ifndef __UNIX__
+#   if !defined(__UNIX__) || defined(__WXPALMOS__)
         /* set to 0 on platforms that don't have libmspack */
 #       define wxUSE_LIBMSPACK 0
 #   else