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;