chm_lib.h | chm_lib.h | |||
---|---|---|---|---|
skipping to change at line 55 | skipping to change at line 55 | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
extern "C" { | extern "C" { | |||
#endif | #endif | |||
/* RWE 6/12/1002 */ | /* RWE 6/12/1002 */ | |||
#ifdef PPC_BSTR | #ifdef PPC_BSTR | |||
#include <wtypes.h> | #include <wtypes.h> | |||
#endif | #endif | |||
#ifdef WIN32 | #ifdef WIN32 | |||
#ifdef __MINGW32__ | ||||
#define __int64 long long | ||||
#endif | ||||
typedef unsigned __int64 LONGUINT64; | typedef unsigned __int64 LONGUINT64; | |||
typedef __int64 LONGINT64; | typedef __int64 LONGINT64; | |||
#else | #else | |||
typedef unsigned long long LONGUINT64; | typedef unsigned long long LONGUINT64; | |||
typedef long long LONGINT64; | typedef long long LONGINT64; | |||
#endif | #endif | |||
/* the two available spaces in a CHM file */ | /* the two available spaces in a CHM file */ | |||
/* N.B.: The format supports arbitrarily many spaces, but only */ | /* N.B.: The format supports arbitrarily many spaces, but only */ | |||
/* two appear to be used at present. */ | /* two appear to be used at present. */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||