I hope this will make it compile under MinGW. Thanx

This commit is contained in:
Daniel Gimpelevich 2003-10-06 21:36:13 +00:00
parent e57662214a
commit d920233498

View File

@ -456,7 +456,7 @@
#ifdef __MINGW32__
typedef unsigned long long Bit64u;
typedef signed long long Bit64s;
typedef Bit32s ssize_t;
#include <sys/types.h>
#else
typedef unsigned __int64 Bit64u;
typedef signed __int64 Bit64s;