git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45535
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#include <stdlib.h> // malloc() and free()
#include <stdlib.h> // malloc() and free()
+class WXDLLIMPEXP_BASE wxCStrData;
+
inline char *wxStrDup(const char *s) { return wxStrdupA(s); }
#if wxUSE_WCHAR_T
inline wchar_t *wxStrDup(const wchar_t *ws) { return wxStrdupW(ws); }
inline char *wxStrDup(const char *s) { return wxStrdupA(s); }
#if wxUSE_WCHAR_T
inline wchar_t *wxStrDup(const wchar_t *ws) { return wxStrdupW(ws); }