]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/printos2.h
Several fixes for wxAffineMatrix2D transformations.
[wxWidgets.git] / include / wx / os2 / printos2.h
index 171ce9fd07958b6041b4d96152984a7e38498cee..f066818cdb9142120c1048582978317aeffe1678 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        print.h
+// Name:        wx/os2/printos2.h
 // Purpose:     wxOS2Printer, wxOS2PrintPreview classes
 // Author:      David Webster
 // Modified by:
@@ -20,7 +20,7 @@
  * Represents the printer: manages printing a wxPrintout object
  */
 
-class WXDLLEXPORT wxOS2Printer: public wxPrinterBase
+class WXDLLIMPEXP_CORE wxOS2Printer: public wxPrinterBase
 {
     DECLARE_DYNAMIC_CLASS(wxOS2Printer)
 
@@ -39,7 +39,7 @@ private:
  * Programmer creates an object of this class to preview a wxPrintout.
  */
 
-class WXDLLEXPORT wxOS2PrintPreview: public wxPrintPreviewBase
+class WXDLLIMPEXP_CORE wxOS2PrintPreview: public wxPrintPreviewBase
 {
     DECLARE_CLASS(wxOS2PrintPreview)