X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e333075415c35d2e869ea585fa41f01a2c938897..7a04b644092ff91f8f2c6ecdd191e96285d39a1d:/include/wx/mac/carbon/toplevel.h diff --git a/include/wx/mac/carbon/toplevel.h b/include/wx/mac/carbon/toplevel.h index f1f3f51651..d5e11e79ce 100644 --- a/include/wx/mac/carbon/toplevel.h +++ b/include/wx/mac/carbon/toplevel.h @@ -16,7 +16,7 @@ // wxTopLevelWindowMac // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxTopLevelWindowMac : public wxTopLevelWindowBase +class WXDLLIMPEXP_CORE wxTopLevelWindowMac : public wxTopLevelWindowBase { public: // constructors and such @@ -83,7 +83,4 @@ private : DECLARE_EVENT_TABLE() }; -// list of all frames and modeless dialogs -extern WXDLLEXPORT_DATA(wxWindowList) wxModelessWindows; - #endif // _WX_MSW_TOPLEVEL_H_