chmlib: fix build on ppc32
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user