Added ssize_t to cygwin setup. Should compile out of

the box under cygwin.
This commit is contained in:
Gregory Alexander 2001-06-10 21:26:11 +00:00
parent 56510e445d
commit 56b670a371

View File

@ -344,6 +344,7 @@
#ifdef __MINGW32__
typedef unsigned long long Bit64u;
typedef signed long long Bit64s;
typedef Bit32s ssize_t;
#else
typedef unsigned __int64 Bit64u;
typedef signed __int64 Bit64s;