mirror of
https://github.com/curl/curl.git
synced 2026-04-13 12:41:42 +08:00
curl_setup.h: drop stray #undef stat (Windows)
Follow-up to 9678ff5b1b #18776
Closes #19519
This commit is contained in:
parent
96500f466e
commit
ae7b4eeade
@ -493,7 +493,6 @@
|
||||
# define lseek(fdes, offset, whence) _lseeki64(fdes, offset, whence)
|
||||
# undef fstat
|
||||
# define fstat(fdes,stp) _fstati64(fdes, stp)
|
||||
# undef stat
|
||||
# define struct_stat struct _stati64
|
||||
# define LSEEK_ERROR (__int64)-1
|
||||
# else
|
||||
|
||||
Loading…
Reference in New Issue
Block a user