mirror of
https://github.com/neovim/neovim.git
synced 2025-10-05 09:26:30 +00:00
Windows: Only redefine ssize_t for MSVC
MinGW already has a redefine for ssize_t.
This commit is contained in:

committed by
Michael Reed

parent
eea072690b
commit
8496b71dc1
@@ -28,7 +28,9 @@
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
||||
#ifndef SSIZE_MAX
|
||||
# ifdef _WIN64
|
||||
|
Reference in New Issue
Block a user