chmlib: add ppc64 support
This commit is contained in:
parent
959566feb0
commit
56d654a8b5
@ -5,7 +5,7 @@
|
||||
/* x86-64 */
|
||||
/* Note that these may be appropriate for other 64-bit machines. */
|
||||
-#elif __x86_64__ || __ia64__
|
||||
+#elif __x86_64__ || __ia64__ || __aarch64__
|
||||
+#elif __x86_64__ || __ia64__ || __aarch64__ || __powerpc64__
|
||||
typedef unsigned char UChar;
|
||||
typedef short Int16;
|
||||
typedef unsigned short UInt16;
|
Loading…
x
Reference in New Issue
Block a user