diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-30 09:55:04 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-30 09:55:04 +0900 |
| commit | 99386f168214c8214e6eafb21ff42d930be54dac (patch) | |
| tree | 385783bba92ecc74a13b0021a9c30fcceab98da3 | |
| parent | dd4a50496931ac434ee95dc7442c4be7dbb55a74 (diff) | |
| download | kchmviewer-master.tar.gz kchmviewer-master.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | lib/chmlib/chm_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/chmlib/chm_lib.c b/lib/chmlib/chm_lib.c index e7da0b0..9a86ddc 100644 --- a/lib/chmlib/chm_lib.c +++ b/lib/chmlib/chm_lib.c @@ -62,7 +62,7 @@ #include <stdio.h> #endif -#if __sun || __sgi +#if __sun #include <strings.h> #endif @@ -153,7 +153,7 @@ typedef unsigned __int64 UInt64; /* Sparc */ /* MIPS */ /* PPC */ -#elif __i386__ || __sun || __sgi || __ppc__ +#elif __i386__ || __sun || __ppc__ typedef unsigned char UChar; typedef short Int16; typedef unsigned short UInt16; |
