mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-14 05:32:07 +00:00
Undef lseek first
This commit is contained in:
parent
9d878fc420
commit
1017f81f00
@ -10,6 +10,7 @@
|
||||
#if defined(__MINGW32__)
|
||||
|
||||
/* use a 64-bit file offset type */
|
||||
# undef lseek
|
||||
# define lseek _lseeki64
|
||||
# undef stat
|
||||
# define stat _stati64
|
||||
|
Loading…
Reference in New Issue
Block a user