X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/77ffb5937e89927b621128789401db8921fe580f..916989dfb95b7e4a72234d946b8e078235046e05:/include/wx/mac/carbon/printmac.h?ds=sidebyside diff --git a/include/wx/mac/carbon/printmac.h b/include/wx/mac/carbon/printmac.h index 844f2d0db2..776d6643c1 100644 --- a/include/wx/mac/carbon/printmac.h +++ b/include/wx/mac/carbon/printmac.h @@ -6,23 +6,19 @@ // Created: 01/02/97 // RCS-ID: $Id$ // Copyright: (c) Julian Smart -// Licence: wxWidgets licence +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #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)