]> git.saurik.com Git - wxWidgets.git/commitdiff
correction for Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 19 Apr 2001 19:11:09 +0000 (19:11 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Thu, 19 Apr 2001 19:11:09 +0000 (19:11 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/cmndata.cpp

index 523c9841b6fde5ec6c9fc0b8e117738354c817f6..c863c5ba73ef0cb0dfa0aacfd582965ec80aa879 100644 (file)
@@ -40,7 +40,7 @@
 #include "wx/log.h"
 
 // For compatibility
 #include "wx/log.h"
 
 // For compatibility
-#if (defined(__WXMOTIF__) || defined(__WXGTK__) || defined(__WXPM__)) && wxUSE_POSTSCRIPT
+#if (defined(__WXMOTIF__) || defined(__WXGTK__) || defined(__WXPM__) || defined(__WXMAC__)) && wxUSE_POSTSCRIPT
     #define wxCOMPATIBILITY_WITH_PRINTSETUPDATA 1
 #endif
 
     #define wxCOMPATIBILITY_WITH_PRINTSETUPDATA 1
 #endif