]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/cmndata.cpp
some != NULL checks
[wxWidgets.git] / src / common / cmndata.cpp
index 13191c1ee927b79208b4ad8332e8b8bea4e7ccff..2e612f6ad577ca7dd8c9312746c065194c69b37b 100644 (file)
@@ -40,7 +40,7 @@
 #include "wx/log.h"
 
 // For compatibility
-#if (defined(__WXMOTIF__) || defined(__WXGTK__)) && wxUSE_POSTSCRIPT
+#if (defined(__WXMOTIF__) || defined(__WXGTK__) || defined(__WXPM__)) && wxUSE_POSTSCRIPT
     #define wxCOMPATIBILITY_WITH_PRINTSETUPDATA 1
 #endif