X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d56cc7b1bcdf2d6547b9aaf205f1202b6bacab19..5171ea0ea9fb78f8b24efbab347d33ca40ca5d33:/include/wx/list.h diff --git a/include/wx/list.h b/include/wx/list.h index ab36a45db2..2312ea4908 100644 --- a/include/wx/list.h +++ b/include/wx/list.h @@ -240,7 +240,9 @@ 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...) +#if WXWIN_COMPATIBILITY_2_4 extern WXDLLIMPEXP_BASE wxChar* copystring(const wxChar *s); +#endif class WXDLLEXPORT wxObjectListNode; typedef wxObjectListNode wxNode;