X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c24e7adf051b2b522bcfc70d3ca70b07c206275..1483e5db8d719803c2d04984fd5ad85176964e16:/include/wx/os2/dcclient.h diff --git a/include/wx/os2/dcclient.h b/include/wx/os2/dcclient.h index b99eedcd11..a69cbd7126 100644 --- a/include/wx/os2/dcclient.h +++ b/include/wx/os2/dcclient.h @@ -34,7 +34,7 @@ WX_DECLARE_EXPORTED_OBJARRAY(wxPaintDCInfo, wxArrayDCInfo); // DC classes // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxWindowDCImpl : public wxPMDCImpl +class WXDLLIMPEXP_CORE wxWindowDCImpl : public wxPMDCImpl { public: // default ctor @@ -55,7 +55,7 @@ private: DECLARE_NO_COPY_CLASS(wxWindowDCImpl) }; // end of CLASS wxWindowDC -class WXDLLEXPORT wxClientDCImpl : public wxWindowDCImpl +class WXDLLIMPEXP_CORE wxClientDCImpl : public wxWindowDCImpl { public: // default ctor @@ -76,7 +76,7 @@ private: DECLARE_NO_COPY_CLASS(wxClientDCImpl) }; // end of CLASS wxClientDC -class WXDLLEXPORT wxPaintDCImpl : public wxClientDCImpl +class WXDLLIMPEXP_CORE wxPaintDCImpl : public wxClientDCImpl { public: wxPaintDCImpl( wxDC *owner );