X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2049ba38adafa0ec146880de29f26e32dd69a125..aa2fc802a96feb1d0ab31034f75ede2840cb0f60:/include/wx/print.h diff --git a/include/wx/print.h b/include/wx/print.h index e0d05230f4..fe3558726f 100644 --- a/include/wx/print.h +++ b/include/wx/print.h @@ -1,28 +1,24 @@ -#ifndef __PRINTH_BASE__ -#define __PRINTH_BASE__ +#ifndef _WX_PRINT_H_BASE_ +#define _WX_PRINT_H_BASE_ + +#if defined(__WXMSW__) && !defined(__WXUNIVERSAL__) -#if defined(__WXMSW__) #include "wx/msw/printwin.h" -#ifndef wxPrinter -#define wxPrinter wxWindowsPrinter -#endif -#ifndef wxPrintPreview -#define wxPrintPreview wxWindowsPrintPreview -#endif +#elif defined(__WXMAC__) + +#include "wx/mac/printmac.h" + +#elif defined(__WXPM__) + +#include "wx/os2/printos2.h" #else -#include "wx/generic/printps.h" -#ifndef wxPrinter -#define wxPrinter wxPostScriptPrinter -#endif -#ifndef wxPrintPreview -#define wxPrintPreview wxPostScriptPrintPreview -#endif +#include "wx/generic/printps.h" #endif #endif - // __PRINTH_BASE__ + // _WX_PRINT_H_BASE_