basetyps.h: Don't typedef wchar_t for C++.
This matches corecrt.h. Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
355fdfb5f6
commit
858f9ac0d5
|
@ -83,7 +83,9 @@ typedef unsigned long error_status_t;
|
|||
#endif
|
||||
|
||||
#ifndef _WCHAR_T_DEFINED
|
||||
#ifndef __cplusplus
|
||||
typedef unsigned short wchar_t;
|
||||
#endif
|
||||
#define _WCHAR_T_DEFINED
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue