Commit 858f9ac0 authored by Kevin Puetz's avatar Kevin Puetz Committed by Alexandre Julliard

basetyps.h: Don't typedef wchar_t for C++.

This matches corecrt.h. Signed-off-by: 's avatarJacek Caban <jacek@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 355fdfb5
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment