on xcode native we end up with several definitions otherwise

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26967 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2004-04-26 05:20:52 +00:00
parent 952b52c9f1
commit c2e5616e06

View File

@@ -637,7 +637,7 @@
#ifdef HAVE_WCSLEN
#define wxWcslen wcslen
#else
inline size_t wxWcslen(const wchar_t *s)
static inline size_t wxWcslen(const wchar_t *s)
{
size_t n = 0;
while ( *s++ )