mirror of
https://github.com/neovim/neovim.git
synced 2026-04-21 14:55:33 +00:00
build/msvc: Add mode_t typedef to win_defs.h
This commit is contained in:
@@ -60,6 +60,7 @@
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef SSIZE_T ssize_t;
|
||||
typedef int mode_t;
|
||||
#endif
|
||||
|
||||
#ifndef SSIZE_MAX
|
||||
|
||||
Reference in New Issue
Block a user