#ifndef __PRINTPSH__
#define __PRINTPSH__
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
- #pragma interface "printps.h"
-#endif
-
#include "wx/prntbase.h"
#if wxUSE_PRINTING_ARCHITECTURE && wxUSE_POSTSCRIPT
// Represents the printer: manages printing a wxPrintout object
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxPostScriptPrinter : public wxPrinterBase
+class WXDLLIMPEXP_CORE wxPostScriptPrinter : public wxPrinterBase
{
public:
wxPostScriptPrinter(wxPrintDialogData *data = (wxPrintDialogData *) NULL);
// wxPrintout.
// ----------------------------------------------------------------------------
-class WXDLLEXPORT wxPostScriptPrintPreview : public wxPrintPreviewBase
+class WXDLLIMPEXP_CORE wxPostScriptPrintPreview : public wxPrintPreviewBase
{
public:
wxPostScriptPrintPreview(wxPrintout *printout,