summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/chmlib/chm_lib.c4
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;