need for VisualAge to include wchar.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16592 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-08-19 02:22:46 +00:00
parent 9e5b30eb3e
commit 42d9bd5dc9

View File

@@ -120,7 +120,7 @@
// time.h functions -- none defined in tchar.h
#define wxAsctime asctime
#define wxCtime ctime
#elif defined(__MWERKS__)
#elif defined(__MWERKS__) || defined(__VISAGECPP__)
// for wcslen
#if wxUSE_WCHAR_T
#include <wchar.h>