From e8ab551e5fb0c3b4da36ce4cd1879d73dd2cdf26 Mon Sep 17 00:00:00 2001 From: tijl Date: Tue, 15 Apr 2014 09:41:52 +0000 Subject: MFC r263998: Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 -fms-extensions. --- include/inttypes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/inttypes.h') diff --git a/include/inttypes.h b/include/inttypes.h index f702d2c..5109396 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -34,7 +34,7 @@ #ifndef __cplusplus #ifndef _WCHAR_T_DECLARED -typedef __wchar_t wchar_t; +typedef ___wchar_t wchar_t; #define _WCHAR_T_DECLARED #endif #endif -- cgit v1.1