mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 16:22:40 +00:00
Fix compilation issues with ming64 headers
This commit is contained in:
parent
3f3f6225f8
commit
22c3046462
@ -31,7 +31,9 @@
|
|||||||
|
|
||||||
# define snprintf _snprintf
|
# define snprintf _snprintf
|
||||||
|
|
||||||
|
#ifndef _SSIZE_T_DEFINED
|
||||||
typedef SSIZE_T ssize_t;
|
typedef SSIZE_T ssize_t;
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user