mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 01:41:13 +08:00
[HHPCOMP] Add ARM64/AArch64 types
These were missing... not anymore!
Addendum to 4c7b71ac. CORE-17518
Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
This commit is contained in:
committed by
Stanislav Motylkov
parent
58a3928571
commit
d5421d5a3d
@@ -59,9 +59,11 @@ typedef unsigned long UInt32;
|
||||
typedef long long Int64;
|
||||
typedef unsigned long long UInt64;
|
||||
|
||||
/* x86-64 */
|
||||
/* x86-64 */
|
||||
/* IA-64 */
|
||||
/* ARM64/AArch64 */
|
||||
/* Note that these may be appropriate for other 64-bit machines. */
|
||||
#elif __x86_64__ || __ia64__
|
||||
#elif __x86_64__ || __ia64__ || __aarch64__
|
||||
typedef unsigned char UChar;
|
||||
typedef short Int16;
|
||||
typedef unsigned short UInt16;
|
||||
|
||||
Reference in New Issue
Block a user