]> git.saurik.com Git - wxWidgets.git/commitdiff
Moved that HAVE_WCSTR_H here.
authorOve Kaaven <ovek@arcticnet.no>
Tue, 20 Apr 1999 11:05:44 +0000 (11:05 +0000)
committerOve Kaaven <ovek@arcticnet.no>
Tue, 20 Apr 1999 11:05:44 +0000 (11:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index 2dd22035057f5f97173ebbec7b57dee674735a8a..5db032027d5118d6b51b09cafb496b7c4fb44b58 100644 (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