From f7efcd8144eaf8539b9e1f5a9bb86e86ce3f12fc Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sat, 20 Oct 2001 08:07:47 +0000 Subject: [PATCH] added correct wchar include for metrowerks compilers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12107 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxchar.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index cb07176438..1ac1585756 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -113,6 +113,11 @@ // time.h functions -- none defined in tchar.h #define wxAsctime asctime #define wxCtime ctime +#elif defined(__MWERKS__) + // for wcslen + #if wxUSE_WCHAR_T + #include + #endif #endif // compilers with (good) TCHAR support #ifdef wxHAVE_TCHAR_FUNCTIONS -- 2.47.2