]> git.saurik.com Git - wxWidgets.git/commitdiff
dll compilation fix
authorVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jul 2003 15:38:19 +0000 (15:38 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Thu, 17 Jul 2003 15:38:19 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22051 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/list.h

index ffddd09a581ec24af774e10dfad03e0414c14684..172359bf4f37409ab798d17033d55188673dfc77 100644 (file)
@@ -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;