From a3d1c18e7b4d18e405373666a2a8f1d1fc778da3 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 8 Jul 2000 16:43:09 +0000 Subject: [PATCH] Turn off wxUSE_WCHAR_T for Watcom C++. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7713 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/msw/setup0.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/wx/msw/setup0.h b/include/wx/msw/setup0.h index f861cf4d20..4cc5ca36c2 100644 --- a/include/wx/msw/setup0.h +++ b/include/wx/msw/setup0.h @@ -751,6 +751,9 @@ #undef wxUSE_MS_HTML_HELP #define wxUSE_MS_HTML_HELP 0 + +#undef wxUSE_WCHAR_T +#define wxUSE_WCHAR_T 0 #endif #if defined(__WXMSW__) && !defined(__WIN32__)