]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/printos2.h
added wxFlexGridSizer::Add{Row,Col}Growable() (#2603)
[wxWidgets.git] / include / wx / os2 / printos2.h
index 171ce9fd07958b6041b4d96152984a7e38498cee..1a813cc91d6b4cc63dc5c220f4e070cbf05d2cdd 100644 (file)
@@ -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)