build/msvc: Add mode_t typedef to win_defs.h

This commit is contained in:
b-r-o-c-k
2018-02-28 19:14:27 -06:00
parent 69da692b0a
commit d520e2590a

View File

@@ -60,6 +60,7 @@
#ifdef _MSC_VER
typedef SSIZE_T ssize_t;
typedef int mode_t;
#endif
#ifndef SSIZE_MAX