Win32: minimized redefinition of ssize_t.

All variants of GCC have ssize_t available, there is no need to
redefine it.
This commit is contained in:
Maxim Dounin 2016-12-24 18:01:14 +03:00
parent 751e6a5dae
commit a43b2c96b2

View File

@ -185,7 +185,7 @@ typedef unsigned int ino_t;
#endif
#ifndef __MINGW64_VERSION_MAJOR
#ifndef __GNUC__
typedef int ssize_t;
#endif