From c2e5616e067362c41c8103338323e0dab3a53f1e Mon Sep 17 00:00:00 2001
From: Stefan Csomor <csomor@advancedconcepts.ch>
Date: Mon, 26 Apr 2004 05:20:52 +0000
Subject: [PATCH] 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
---
 include/wx/wxchar.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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++ )
-- 
2.47.2