From: Ove Kaaven <ovek@arcticnet.no>
Date: Tue, 20 Apr 1999 11:05:44 +0000 (+0000)
Subject: Moved that HAVE_WCSTR_H here.
X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/554936c82944f15b3ee9808f20e86a718761926f

Moved that HAVE_WCSTR_H here.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
---

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 <wcstr.h>
+#else
 #include <wchar.h>
 #endif
+#endif
 
 // check whether we are doing Unicode
 #if wxUSE_UNICODE