mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-28 19:47:52 +00:00
Undef stat first
This commit is contained in:
parent
5692dcf181
commit
a1daec3c53
@ -9,6 +9,8 @@
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
|
||||
#undef stat
|
||||
|
||||
#if _WIN32_WINNT >= 0x0601
|
||||
#define stat __stat64
|
||||
#else
|
||||
|
Loading…
Reference in New Issue
Block a user