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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user