win/build: avoid "C4142: benign redefinition of type"

ssize_t is already typedef's by libuv:uv-win.h
This commit is contained in:
Justin M. Keyes 2018-06-05 17:41:22 -04:00
parent b7032cf1e3
commit ec29eeef43

View File

@ -59,7 +59,6 @@
#define BACKSLASH_IN_FILENAME
#ifdef _MSC_VER
typedef SSIZE_T ssize_t;
typedef int mode_t;
#endif