mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00: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:
parent
58a3928571
commit
d5421d5a3d
1 changed files with 4 additions and 2 deletions
|
@ -60,8 +60,10 @@ typedef long long Int64;
|
|||
typedef unsigned long long UInt64;
|
||||
|
||||
/* 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;
|
||||
|
|
Loading…
Reference in a new issue