#include <string.h>
#include <ctype.h>
#elif defined(__CYGWIN__)
+ #define HAVE_WCSLEN
#include <stddef.h>
#include <wchar.h>
#endif
// include wchar.h to get wcslen() declaration used by wx/buffer.h
# include <wchar.h>
-# elif defined(__FreeBSD__) || defined(__DARWIN__)
+# elif defined(__FreeBSD__) || defined(__DARWIN__) || defined(__EMX__)
// include stdlib.h for wchar_t, wcslen is provided in wxchar.cpp
# include <stdlib.h>
# 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