mirror of
https://github.com/curl/curl.git
synced 2026-08-25 16:33:38 +03: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
1 changed files with 0 additions and 1 deletions
|
|
@ -493,7 +493,6 @@
|
||||||
# define lseek(fdes, offset, whence) _lseeki64(fdes, offset, whence)
|
# define lseek(fdes, offset, whence) _lseeki64(fdes, offset, whence)
|
||||||
# undef fstat
|
# undef fstat
|
||||||
# define fstat(fdes,stp) _fstati64(fdes, stp)
|
# define fstat(fdes,stp) _fstati64(fdes, stp)
|
||||||
# undef stat
|
|
||||||
# define struct_stat struct _stati64
|
# define struct_stat struct _stati64
|
||||||
# define LSEEK_ERROR (__int64)-1
|
# define LSEEK_ERROR (__int64)-1
|
||||||
# else
|
# else
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue