]> git.saurik.com Git - wxWidgets.git/commitdiff
corrected #ifdef for Mac OS X
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 23 Jun 2001 16:58:19 +0000 (16:58 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Sat, 23 Jun 2001 16:58:19 +0000 (16:58 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10648 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/wxchar.h

index cd4a4957accf8c42ff470694bf18ef9d6401386d..b732e327448b923430795220de9ad7b58c5fdcd4 100644 (file)
@@ -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