X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3f562374f11048ff0005b7229683b3804d2208d2..78642051795528c609c2c3478f3837d7db7dfc9b:/include/wx/wxchar.h diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 1174ddb287..019add2a0f 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -69,6 +69,7 @@ #include #include #elif defined(__CYGWIN__) + #define HAVE_WCSLEN #include #include #endif @@ -466,7 +467,9 @@ typedef unsigned __WCHAR_TYPE__ wxUChar; # define wxStrcoll strcoll # define wxStrcpy strcpy # define wxStrcspn strcspn +#if !defined(__MWERKS__) || !defined(__WXMAC__) # define wxStrdup strdup +#endif # define wxStrlen_ strlen // used in wxStrlen inline function # define wxStrncat strncat # define wxStrncmp strncmp