#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)
* 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)