]> git.saurik.com Git - wxWidgets.git/commitdiff
mwerks addition
authorStefan Csomor <csomor@advancedconcepts.ch>
Sat, 21 Feb 2004 16:39:22 +0000 (16:39 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sat, 21 Feb 2004 16:39:22 +0000 (16:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index 3a126dad6ee3bb00955e82e48f1190dbc57964e1..5a6263ac63e4b72de93e652bfa87c0965d7ade99 100644 (file)
         #define HAVE_WCHAR_H
     #endif
 #endif
         #define HAVE_WCHAR_H
     #endif
 #endif
+#if defined(__MWERKS__) && !defined(__MACH__)
+       #ifndef HAVE_WCSLEN
+               #define HAVE_WCSLEN
+       #endif
+#endif
 
 #if wxUSE_WCHAR_T
     #ifdef HAVE_WCHAR_H
 
 #if wxUSE_WCHAR_T
     #ifdef HAVE_WCHAR_H