I hope this will make it compile under MinGW. Thanx
This commit is contained in:
parent
e57662214a
commit
d920233498
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user