chmlib: fix build on ppc32
This commit is contained in:
parent
75205bab9d
commit
216f382291
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
/* MIPS */
|
/* MIPS */
|
||||||
/* PPC */
|
/* PPC */
|
||||||
-#elif __i386__ || __sun || __sgi || __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 unsigned char UChar;
|
||||||
typedef short Int16;
|
typedef short Int16;
|
||||||
typedef unsigned short UInt16;
|
typedef unsigned short UInt16;
|
Loading…
Add table
Add a link
Reference in a new issue