X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6403484578149a9ed8d40f38cb21d311b79a33ac..7a04b644092ff91f8f2c6ecdd191e96285d39a1d:/include/wx/mac/carbon/statbox.h diff --git a/include/wx/mac/carbon/statbox.h b/include/wx/mac/carbon/statbox.h index 92b781ee5b..7c1c2204cf 100644 --- a/include/wx/mac/carbon/statbox.h +++ b/include/wx/mac/carbon/statbox.h @@ -14,10 +14,10 @@ #include "wx/control.h" -WXDLLEXPORT_DATA(extern const char) wxStaticBoxNameStr[]; +WXDLLIMPEXP_DATA_CORE(extern const char) wxStaticBoxNameStr[]; // Group box -class WXDLLEXPORT wxStaticBox: public wxControl +class WXDLLIMPEXP_CORE wxStaticBox: public wxControl { DECLARE_DYNAMIC_CLASS(wxStaticBox)