/////////////////////////////////////////////////////////////////////////////
-// Name: print.h
+// Name: wx/os2/print.h
// Purpose: wxPrinter, wxPrintPreview classes
// Author: David Webster
// Modified by:
* Represents the printer: manages printing a wxPrintout object
*/
-class WXDLLEXPORT wxOS2Printer: public wxPrinterBase
+class WXDLLIMPEXP_CORE wxOS2Printer: public wxPrinterBase
{
DECLARE_DYNAMIC_CLASS(wxPrinter)
* Programmer creates an object of this class to preview a wxPrintout.
*/
-class WXDLLEXPORT wxOS2PrintPreview: public wxPrintPreviewBase
+class WXDLLIMPEXP_CORE wxOS2PrintPreview: public wxPrintPreviewBase
{
DECLARE_CLASS(wxPrintPreview)