mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
win/build: avoid "C4142: benign redefinition of type"
ssize_t is already typedef's by libuv:uv-win.h
This commit is contained in:
parent
b7032cf1e3
commit
ec29eeef43
@ -59,7 +59,6 @@
|
||||
#define BACKSLASH_IN_FILENAME
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef SSIZE_T ssize_t;
|
||||
typedef int mode_t;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user