mwerks addition

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25900 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-02-21 16:39:22 +00:00
parent eabe6af8d9
commit ea969303f8

View File

@ -76,6 +76,11 @@
#define HAVE_WCHAR_H
#endif
#endif
#if defined(__MWERKS__) && !defined(__MACH__)
#ifndef HAVE_WCSLEN
#define HAVE_WCSLEN
#endif
#endif
#if wxUSE_WCHAR_T
#ifdef HAVE_WCHAR_H