]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dcprint.h
Don't uninstall common files if there is more than one wxPython installed
[wxWidgets.git] / include / wx / dcprint.h
index 040f8dc3908c653c9648d2c669ea88845d20d8e2..337207ebdadd6c4d07b5e2934a7aa3c5a8c1d6a8 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _WX_DCPRINT_H_BASE_
 #define _WX_DCPRINT_H_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+#include "wx/palmos/dcprint.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/dcprint.h"
 #endif
 #if defined(__WXPM__)