X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/335991afa513fee73e1def9824fa2d547686f659..e14d10b039e68a701a447043a4031cf43e9fa90b:/include/wx/list.h diff --git a/include/wx/list.h b/include/wx/list.h index ffddd09a58..172359bf4f 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -226,7 +226,7 @@ enum wxKeyType // due to circular header dependencies this function has to be declared here // (normally it's found in utils.h which includes itself list.h...) -extern WXDLLEXPORT wxChar* copystring(const wxChar *s); +extern WXDLLIMPEXP_BASE wxChar* copystring(const wxChar *s); class WXDLLEXPORT wxObjectListNode; typedef wxObjectListNode wxNode;