From: Stefan Csomor Date: Mon, 26 Apr 2004 05:20:52 +0000 (+0000) Subject: on xcode native we end up with several definitions otherwise X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c2e5616e067362c41c8103338323e0dab3a53f1e 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 --- diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 8929299d84..5b5d4d3f42 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -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++ )