diff --git a/sdk/tools/hhpcomp/chmc/chm.h b/sdk/tools/hhpcomp/chmc/chm.h index 27aa6f79901..7256a3991f4 100644 --- a/sdk/tools/hhpcomp/chmc/chm.h +++ b/sdk/tools/hhpcomp/chmc/chm.h @@ -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;