projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0a7dc09
)
dll compilation fix
author
Václav Slavík
<vslavik@fastmail.fm>
Thu, 17 Jul 2003 15:38:19 +0000
(15:38 +0000)
committer
Vá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
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/list.h
b/include/wx/list.h
index ffddd09a581ec24af774e10dfad03e0414c14684..172359bf4f37409ab798d17033d55188673dfc77 100644
(file)
--- 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 WXDLL
EXPORT
wxChar* copystring(const wxChar *s);
+extern WXDLL
IMPEXP_BASE
wxChar* copystring(const wxChar *s);
class WXDLLEXPORT wxObjectListNode;
typedef wxObjectListNode wxNode;