From cd3f20f7642e15bd1a4835f754b4c4e620a03dc8 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 12 Dec 2016 17:10:46 -0500 Subject: api headers: foreign toolchain support: fix type definition of wchar32_t. --- include/ntapi/nt_abi.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ntapi') diff --git a/include/ntapi/nt_abi.h b/include/ntapi/nt_abi.h index 95fc9bf..57dc855 100644 --- a/include/ntapi/nt_abi.h +++ b/include/ntapi/nt_abi.h @@ -49,7 +49,7 @@ #endif typedef unsigned short wchar16_t; -typedef unsigned int wchar32_t; +typedef int wchar32_t; #endif -- cgit v1.2.3