Add a check for the wchar_t existence for Mac OS X hosts

svn path=/trunk/; revision=28407
This commit is contained in:
Colin Finck 2007-08-18 19:25:43 +00:00
parent 4bb5fb5f3c
commit 6674258f80

View file

@ -122,6 +122,8 @@ typedef void* __ptr64 PVOID64;
#define _WCHAR_T_DEFINED
#ifndef _WCHAR_T_DECLARED /* for FreeBSD 5 and later */
#define _WCHAR_T_DECLARED
#ifndef _WCHAR_T /* for Mac OS X */
#define _WCHAR_T
#ifndef _WCHAR_T_
#define _WCHAR_T_
#undef __need_wchar_t