chmlib: patch for ARM.

This commit is contained in:
Christian Neukirchen 2014-08-28 12:33:21 +02:00
parent 2e687358ce
commit 9192fbf1e2
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- src/chm_lib.c 2009-05-23 08:43:31.000000000 -0600
+++ src/chm_lib.c 2011-01-21 17:42:45.000000000 -0700
@@ -153,7 +153,7 @@
/* Sparc */
/* MIPS */
/* PPC */
-#elif __i386__ || __sun || __sgi || __ppc__
+#elif __i386__ || __sun || __sgi || __ppc__ || __arm__
typedef unsigned char UChar;
typedef short Int16;
typedef unsigned short UInt16;