[HHPCOMP] Add ARM (32-bit) types (#3548)
[reactos.git] / sdk / tools / hhpcomp / chmc / chm.h
index 27aa6f7..7256a39 100644 (file)
@@ -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;