mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
Windows: Only redefine ssize_t for MSVC
MinGW already has a redefine for ssize_t.
This commit is contained in:
parent
eea072690b
commit
8496b71dc1
@ -28,7 +28,9 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
||||
#ifndef SSIZE_MAX
|
||||
# ifdef _WIN64
|
||||
|
Loading…
Reference in New Issue
Block a user