]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/dcprint.h
added wxGenericStaticBitmap (#9608)
[wxWidgets.git] / include / wx / os2 / dcprint.h
index b742273bc93fda62f287791731c3a2f5cec43045..558f6454c9d58dea3603bfa727dc3c5e999aca3b 100644 (file)
@@ -18,7 +18,7 @@
 #include "wx/cmndata.h"
 #include "wx/os2/dc.h"
 
-class WXDLLEXPORT wxPrinterDCImpl: public wxPMDCImpl
+class WXDLLIMPEXP_CORE wxPrinterDCImpl: public wxPMDCImpl
 {
  public:
     // Create a printer DC
@@ -64,7 +64,7 @@ private:
 }; // end of CLASS wxPrinterDC
 
 // Gets an HDC for the specified printer configuration
-WXHDC WXDLLEXPORT wxGetPrinterDC(const wxPrintData& rData);
+WXHDC WXDLLIMPEXP_CORE wxGetPrinterDC(const wxPrintData& rData);
 
 #endif // wxUSE_PRINTING_ARCHITECTURE