From 554936c82944f15b3ee9808f20e86a718761926f Mon Sep 17 00:00:00 2001 From: Ove Kaaven Date: Tue, 20 Apr 1999 11:05:44 +0000 Subject: [PATCH] Moved that HAVE_WCSTR_H here. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/wxchar.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index 2dd2203505..5db032027d 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -216,8 +216,12 @@ inline WORD __wxMSW_ctype(wxChar ch) #endif #if wxUSE_WCHAR_T +#ifdef HAVE_WCSTR_H +#include +#else #include #endif +#endif // check whether we are doing Unicode #if wxUSE_UNICODE