X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9468cc47e611bb9e77b06d615707c18aebcf2625..ea6cbf486a3be57fd10283b3cd65a34e193d3d6c:/include/wx/mac/carbon/button.h?ds=sidebyside diff --git a/include/wx/mac/carbon/button.h b/include/wx/mac/carbon/button.h index d43300cb84..1c3b4d01ae 100644 --- a/include/wx/mac/carbon/button.h +++ b/include/wx/mac/carbon/button.h @@ -15,10 +15,10 @@ #include "wx/control.h" #include "wx/gdicmn.h" -WXDLLEXPORT_DATA(extern const char) wxButtonNameStr[]; +WXDLLIMPEXP_DATA_CORE(extern const char) wxButtonNameStr[]; // Pushbutton -class WXDLLEXPORT wxButton: public wxButtonBase +class WXDLLIMPEXP_CORE wxButton: public wxButtonBase { public: wxButton() {} @@ -55,7 +55,7 @@ protected: DECLARE_DYNAMIC_CLASS(wxButton) }; -class WXDLLEXPORT wxDisclosureTriangle: public wxControl +class WXDLLIMPEXP_CORE wxDisclosureTriangle: public wxControl { public: wxDisclosureTriangle(wxWindow *parent,