mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 14:08:32 +00: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:
@@ -59,7 +59,6 @@
|
|||||||
#define BACKSLASH_IN_FILENAME
|
#define BACKSLASH_IN_FILENAME
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
typedef SSIZE_T ssize_t;
|
|
||||||
typedef int mode_t;
|
typedef int mode_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user