]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/wxchar.h
Change SetStringSelection to return bool like in other classes and ports
[wxWidgets.git] / include / wx / wxchar.h
index 8929299d840d155b074171549fc5527fde9e2fc4..4b5c712f6c3b495597302c601f41b591ca83a040 100644 (file)
     #ifdef HAVE_WCSLEN
         #define wxWcslen wcslen
     #else
+       #if defined( __WXMAC_XCODE__ ) && !defined( __cplusplus )
+       /* xcode native targets are giving multiply defined symbols on regex */
+               static
+       #endif
         inline size_t wxWcslen(const wchar_t *s)
         {
             size_t n = 0;