mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 14:53:09 +00:00
Add a check for the wchar_t existence for Mac OS X hosts
svn path=/trunk/; revision=28407
This commit is contained in:
parent
4bb5fb5f3c
commit
6674258f80
1 changed files with 2 additions and 0 deletions
|
@ -122,6 +122,8 @@ typedef void* __ptr64 PVOID64;
|
||||||
#define _WCHAR_T_DEFINED
|
#define _WCHAR_T_DEFINED
|
||||||
#ifndef _WCHAR_T_DECLARED /* for FreeBSD 5 and later */
|
#ifndef _WCHAR_T_DECLARED /* for FreeBSD 5 and later */
|
||||||
#define _WCHAR_T_DECLARED
|
#define _WCHAR_T_DECLARED
|
||||||
|
#ifndef _WCHAR_T /* for Mac OS X */
|
||||||
|
#define _WCHAR_T
|
||||||
#ifndef _WCHAR_T_
|
#ifndef _WCHAR_T_
|
||||||
#define _WCHAR_T_
|
#define _WCHAR_T_
|
||||||
#undef __need_wchar_t
|
#undef __need_wchar_t
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue