mirror of
https://github.com/reactos/reactos.git
synced 2026-05-25 08:39:58 +08:00
[HHPCOMP] Add ARM (32-bit) types (#3548)
ARM32 seems to use the same type defines as i386 and friends. Let's allow the thing to be compiled again! CORE-17517 Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
This commit is contained in:
@@ -49,7 +49,8 @@ typedef unsigned __int64 UInt64;
|
||||
/* Sparc */
|
||||
/* MIPS */
|
||||
/* PPC */
|
||||
#elif __i386__ || __sun || __sgi || __ppc__
|
||||
/* ARM (32-bit) */
|
||||
#elif __i386__ || __sun || __sgi || __ppc__ || __arm__
|
||||
typedef unsigned char UChar;
|
||||
typedef short Int16;
|
||||
typedef unsigned short UInt16;
|
||||
|
||||
Reference in New Issue
Block a user