Windows: Only redefine ssize_t for MSVC

MinGW already has a redefine for ssize_t.
This commit is contained in:
Rui Abreu Ferreira 2015-10-14 00:48:37 +01:00 committed by Michael Reed
parent eea072690b
commit 8496b71dc1

View File

@ -28,7 +28,9 @@
# endif
#endif
#ifdef _MSC_VER
typedef SSIZE_T ssize_t;
#endif
#ifndef SSIZE_MAX
# ifdef _WIN64