]> git.saurik.com Git - wxWidgets.git/commitdiff
Last link error in wxX11 killed.
authorRobert Roebling <robert@roebling.de>
Mon, 11 Feb 2002 12:40:00 +0000 (12:40 +0000)
committerRobert Roebling <robert@roebling.de>
Mon, 11 Feb 2002 12:40:00 +0000 (12:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/common/cmndata.cpp

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