mirror of
https://github.com/reactos/reactos.git
synced 2026-06-04 18:30:41 +08:00
[BOOT/ENVIRON] Define the INT8 type as signed char. CORE-11799 (#94)
This commit is contained in:
@@ -147,7 +147,7 @@ typedef char CHAR8;
|
||||
///
|
||||
/// 1-byte signed value.
|
||||
///
|
||||
typedef char INT8;
|
||||
typedef signed char INT8;
|
||||
#else
|
||||
///
|
||||
/// 8-byte unsigned value.
|
||||
|
||||
Reference in New Issue
Block a user