View | Details | Raw Unified | Return to bug 78152 | Differences between
and this patch

Collapse All | Expand All

(-)src/chm_lib.c (+11 lines)
Lines 156-161 Link Here
156
typedef __int64                 Int64;
156
typedef __int64                 Int64;
157
typedef unsigned __int64        UInt64;
157
typedef unsigned __int64        UInt64;
158
158
159
/* FreeBSD */
160
#elif __FreeBSD__
161
#include <inttypes.h>
162
typedef unsigned char           UChar;
163
typedef int16_t                 Int16;
164
typedef uint16_t                UInt16;
165
typedef int32_t                 Int32;
166
typedef uint32_t                UInt32;
167
typedef int64_t                 Int64;
168
typedef uint64_t                UInt64;
169
159
/* I386, 32-bit, non-Windows */
170
/* I386, 32-bit, non-Windows */
160
/* Sparc        */
171
/* Sparc        */
161
/* MIPS         */
172
/* MIPS         */

Return to bug 78152