X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..0836924e6bd51814473ec9036d7bb853a8f15803:/include/wx/print.h diff --git a/include/wx/print.h b/include/wx/print.h index 0eeee4fe6a..7bfd959b65 100644 --- a/include/wx/print.h +++ b/include/wx/print.h @@ -1,7 +1,7 @@ -#ifndef __PRINTH_BASE__ -#define __PRINTH_BASE__ +#ifndef _WX_PRINT_H_BASE_ +#define _WX_PRINT_H_BASE_ -#if defined(__WINDOWS__) +#if defined(__WXMSW__) && (!defined(__WXUNIVERSAL__) || !wxUSE_POSTSCRIPT_ARCHITECTURE_IN_MSW) #include "wx/msw/printwin.h" #ifndef wxPrinter @@ -11,6 +11,17 @@ #define wxPrintPreview wxWindowsPrintPreview #endif +#elif defined(__WXMAC__) + +#include "wx/mac/printmac.h" + +#ifndef wxPrinter +#define wxPrinter wxMacPrinter +#endif +#ifndef wxPrintPreview +#define wxPrintPreview wxMacPrintPreview +#endif + #else #include "wx/generic/printps.h" @@ -25,4 +36,4 @@ #endif - // __PRINTH_BASE__ + // _WX_PRINT_H_BASE_