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