Added ssize_t to cygwin setup. Should compile out of
the box under cygwin.
This commit is contained in:
parent
56510e445d
commit
56b670a371
@ -344,6 +344,7 @@
|
|||||||
#ifdef __MINGW32__
|
#ifdef __MINGW32__
|
||||||
typedef unsigned long long Bit64u;
|
typedef unsigned long long Bit64u;
|
||||||
typedef signed long long Bit64s;
|
typedef signed long long Bit64s;
|
||||||
|
typedef Bit32s ssize_t;
|
||||||
#else
|
#else
|
||||||
typedef unsigned __int64 Bit64u;
|
typedef unsigned __int64 Bit64u;
|
||||||
typedef signed __int64 Bit64s;
|
typedef signed __int64 Bit64s;
|
||||||
|
Loading…
Reference in New Issue
Block a user