X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6403484578149a9ed8d40f38cb21d311b79a33ac..f9d6e4e454ac06b3303c71081b289152c8867ec1:/include/wx/mac/carbon/dialog.h?ds=sidebyside diff --git a/include/wx/mac/carbon/dialog.h b/include/wx/mac/carbon/dialog.h index 4b3827bea0..351f6b8aee 100644 --- a/include/wx/mac/carbon/dialog.h +++ b/include/wx/mac/carbon/dialog.h @@ -14,12 +14,12 @@ #include "wx/panel.h" -WXDLLEXPORT_DATA(extern const char) wxDialogNameStr[]; +WXDLLIMPEXP_DATA_CORE(extern const char) wxDialogNameStr[]; class WXDLLIMPEXP_FWD_CORE wxMacToolTip ; // Dialog boxes -class WXDLLEXPORT wxDialog : public wxDialogBase +class WXDLLIMPEXP_CORE wxDialog : public wxDialogBase { DECLARE_DYNAMIC_CLASS(wxDialog)