From cd3f20f7642e15bd1a4835f754b4c4e620a03dc8 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 12 2016 22:10:46 +0000 Subject: api headers: foreign toolchain support: fix type definition of wchar32_t. --- 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