From: Gilles Depeyrot Date: Sat, 23 Jun 2001 16:58:19 +0000 (+0000) Subject: corrected #ifdef for Mac OS X X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/2bd598aa1618f8f1399d3bb2a6cc26877d0171f3 corrected #ifdef for Mac OS X git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/wxchar.h b/include/wx/wxchar.h index cd4a4957ac..b732e32744 100644 --- a/include/wx/wxchar.h +++ b/include/wx/wxchar.h @@ -265,7 +265,7 @@ typedef _TUCHAR wxUChar; # if defined(__VISUALC__) && (__VISUALC__ < 900) # define wxUSE_WCHAR_T 0 // wchar_t is not available for MSVC++ 1.5 # elif defined(__UNIX__) -# if defined(HAVE_WCSTR_H) || defined(HAVE_WCHAR_H) || defined(__FreeBSD__) +# if defined(HAVE_WCSTR_H) || defined(HAVE_WCHAR_H) || defined(__FreeBSD__) || (defined(__APPLE__) && defined(__UNIX__)) # define wxUSE_WCHAR_T 1 # else # define wxUSE_WCHAR_T 0