Moved that HAVE_WCSTR_H here.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ove Kaaven 1999-04-20 11:05:44 +00:00
parent 7a3e402c11
commit 554936c829

View File

@ -216,8 +216,12 @@ inline WORD __wxMSW_ctype(wxChar ch)
#endif
#if wxUSE_WCHAR_T
#ifdef HAVE_WCSTR_H
#include <wcstr.h>
#else
#include <wchar.h>
#endif
#endif
// check whether we are doing Unicode
#if wxUSE_UNICODE