X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/655719367ac5e131d9642e5783f3ecf64d1a3385..09b895cb4a954494063eb17d3dc302a654fd99e5:/include/wx/mac/carbon/printmac.h?ds=inline diff --git a/include/wx/mac/carbon/printmac.h b/include/wx/mac/carbon/printmac.h index c5eb431026..776d6643c1 100644 --- a/include/wx/mac/carbon/printmac.h +++ b/include/wx/mac/carbon/printmac.h @@ -12,17 +12,13 @@ #ifndef _WX_PRINTWIN_H_ #define _WX_PRINTWIN_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) -#pragma interface "printwin.h" -#endif - #include "wx/prntbase.h" /* * Represents the printer: manages printing a wxPrintout object */ -class WXDLLEXPORT wxMacPrinter: public wxPrinterBase +class WXDLLIMPEXP_CORE wxMacPrinter: public wxPrinterBase { DECLARE_DYNAMIC_CLASS(wxMacPrinter) @@ -43,7 +39,7 @@ class WXDLLEXPORT wxMacPrinter: public wxPrinterBase * Programmer creates an object of this class to preview a wxPrintout. */ -class WXDLLEXPORT wxMacPrintPreview: public wxPrintPreviewBase +class WXDLLIMPEXP_CORE wxMacPrintPreview: public wxPrintPreviewBase { DECLARE_CLASS(wxMacPrintPreview)