From: Václav Slavík Date: Thu, 17 Jul 2003 15:38:19 +0000 (+0000) Subject: dll compilation fix X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ff98bd681d5028f528754c5a16554f4ee1de7a93 dll compilation fix git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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;