wxUniChar wchar_t handling fixes for Borland, DMC and Watcom compilers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47028 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2007-06-29 19:11:09 +00:00
parent e16916eae4
commit 4d62edfb07
3 changed files with 21 additions and 13 deletions

View File

@@ -4430,7 +4430,9 @@ AC_CACHE_CHECK([if wchar_t is separate type],
)
if test "$wx_cv_wchar_t_is_separate_type" = "yes"; then
AC_DEFINE(wxWCHAR_T_IS_SEPARATE_TYPE)
AC_DEFINE(wxWCHAR_T_IS_SEPARATE_TYPE, 1)
else
AC_DEFINE(wxWCHAR_T_IS_SEPARATE_TYPE, 0)
fi
AC_LANG_POP() dnl C++