mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 17:20:22 +00:00
Merge pull request #397 from lambourg/development
Fix compilation issues with mingw64 headers
This commit is contained in:
commit
a807607470
@ -37,7 +37,9 @@
|
||||
|
||||
# define snprintf _snprintf
|
||||
|
||||
#ifndef _SSIZE_T_DEFINED
|
||||
typedef SSIZE_T ssize_t;
|
||||
#endif
|
||||
|
||||
#else
|
||||
# include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user