#include <string.h>
#include <ctype.h>
#elif defined(__CYGWIN__)
+ #define HAVE_WCSLEN
#include <stddef.h>
#include <wchar.h>
#endif
# 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