corrected #ifdef for Mac OS X
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -265,7 +265,7 @@ typedef _TUCHAR wxUChar;
|
|||||||
# if defined(__VISUALC__) && (__VISUALC__ < 900)
|
# if defined(__VISUALC__) && (__VISUALC__ < 900)
|
||||||
# define wxUSE_WCHAR_T 0 // wchar_t is not available for MSVC++ 1.5
|
# define wxUSE_WCHAR_T 0 // wchar_t is not available for MSVC++ 1.5
|
||||||
# elif defined(__UNIX__)
|
# 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
|
# define wxUSE_WCHAR_T 1
|
||||||
# else
|
# else
|
||||||
# define wxUSE_WCHAR_T 0
|
# define wxUSE_WCHAR_T 0
|
||||||
|
Reference in New Issue
Block a user