]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/print.h
adding OnLaunched
[wxWidgets.git] / include / wx / os2 / print.h
index 34c9336604782861c2ba44151eb78fdaed45c68d..efd17ffdec73621cd1ba5147602be0e02d6ea098 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        print.h
+// Name:        wx/os2/print.h
 // Purpose:     wxPrinter, wxPrintPreview classes
 // Author:      David Webster
 // Modified by:
@@ -18,7 +18,7 @@
  * Represents the printer: manages printing a wxPrintout object
  */
 
-class WXDLLEXPORT wxOS2Printer: public wxPrinterBase
+class WXDLLIMPEXP_CORE wxOS2Printer: public wxPrinterBase
 {
   DECLARE_DYNAMIC_CLASS(wxPrinter)
 
@@ -37,7 +37,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(wxPrintPreview)