Must include wchar.h in non-Unicode build too, since buffer.h depends on it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2241 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven 1999-04-19 19:54:58 +00:00
parent 111edd48cc
commit 65d7724685

View File

@ -197,10 +197,12 @@ inline WORD __wxMSW_ctype(wxChar ch)
#else//!Windows
// wchar_t will be used in buffer.h, so include it rather unconditionally
#include <wchar.h>
// check whether we are doing Unicode
#if wxUSE_UNICODE
#include <wchar.h>
#include <wctype.h>
// this is probably glibc-specific