git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12107
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
// time.h functions -- none defined in tchar.h
#define wxAsctime asctime
#define wxCtime ctime
// time.h functions -- none defined in tchar.h
#define wxAsctime asctime
#define wxCtime ctime
+#elif defined(__MWERKS__)
+ // for wcslen
+ #if wxUSE_WCHAR_T
+ #include <wchar.h>
+ #endif
#endif // compilers with (good) TCHAR support
#ifdef wxHAVE_TCHAR_FUNCTIONS
#endif // compilers with (good) TCHAR support
#ifdef wxHAVE_TCHAR_FUNCTIONS