From: Amine Khaldi Date: Mon, 30 Oct 2017 20:51:30 +0000 (+0100) Subject: [BOOT/ENVIRON] Define the INT8 type as signed char. CORE-11799 (#94) X-Git-Tag: v0.4.7~181 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=7f56c4c5a292178367a23cec86522426f2f1bf23 [BOOT/ENVIRON] Define the INT8 type as signed char. CORE-11799 (#94) --- diff --git a/boot/environ/include/efi/ProcessorBind.h b/boot/environ/include/efi/ProcessorBind.h index bab3e210ccf..3f73c61d478 100644 --- a/boot/environ/include/efi/ProcessorBind.h +++ b/boot/environ/include/efi/ProcessorBind.h @@ -147,7 +147,7 @@ typedef char CHAR8; /// /// 1-byte signed value. /// -typedef char INT8; +typedef signed char INT8; #else /// /// 8-byte unsigned value.