library build even without wcslen()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-05-11 11:50:40 +00:00
parent d8f2439ceb
commit 5de9bc8049
3 changed files with 509 additions and 627 deletions

View File

@@ -113,7 +113,7 @@ bool WXDLLEXPORT wxOKlibc()
return TRUE;
}
#ifdef wxNEED_WCSLEN
#ifndef HAVE_WCSLEN
size_t WXDLLEXPORT wcslen(const wchar_t *s)
{
size_t len;