X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ce4169a4d129fc6cd165b2e9ccc5cf5d48356020..69429a166f8b168228bbb89eb8c52903670f4fd2:/include/wx/generic/printps.h diff --git a/include/wx/generic/printps.h b/include/wx/generic/printps.h index 5934eaf40a..0921b4b85f 100644 --- a/include/wx/generic/printps.h +++ b/include/wx/generic/printps.h @@ -13,13 +13,13 @@ #ifndef __PRINTPSH__ #define __PRINTPSH__ -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "printps.h" #endif #include "wx/prntbase.h" -#if wxUSE_PRINTING_ARCHITECTURE +#if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT // ---------------------------------------------------------------------------- // Represents the printer: manages printing a wxPrintout object