]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/printmac.h
implement wxLIST_AUTOSIZE support in wxMac's wxListCtrl
[wxWidgets.git] / include / wx / mac / carbon / printmac.h
index 62f14dd8405dc840eda64c630c7b030c3c36be29..776d6643c19a499ddb054b2509856ef0fd15beb7 100644 (file)
@@ -18,7 +18,7 @@
  * Represents the printer: manages printing a wxPrintout object
  */
  
-class WXDLLEXPORT wxMacPrinter: public wxPrinterBase
+class WXDLLIMPEXP_CORE wxMacPrinter: public wxPrinterBase
 {
   DECLARE_DYNAMIC_CLASS(wxMacPrinter)
 
@@ -39,7 +39,7 @@ class WXDLLEXPORT wxMacPrinter: public wxPrinterBase
  * Programmer creates an object of this class to preview a wxPrintout.
  */
  
-class WXDLLEXPORT wxMacPrintPreview: public wxPrintPreviewBase
+class WXDLLIMPEXP_CORE wxMacPrintPreview: public wxPrintPreviewBase
 {
   DECLARE_CLASS(wxMacPrintPreview)