chmlib: fix build on ppc32

This commit is contained in:
q66 2019-12-07 15:25:57 +01:00
parent 75205bab9d
commit 216f382291

View file

@ -5,7 +5,7 @@
/* MIPS */
/* PPC */
-#elif __i386__ || __sun || __sgi || __ppc__
+#elif __i386__ || __sun || __sgi || __ppc__ || __arm__
+#elif __i386__ || __sun || __sgi || (__powerpc__ && !defined(__powerpc64__)) || __arm__
typedef unsigned char UChar;
typedef short Int16;
typedef unsigned short UInt16;