curl_setup.h: drop stray #undef stat (Windows)

Follow-up to 9678ff5b1b #18776

Closes #19519
This commit is contained in:
Viktor Szakats 2025-11-13 23:47:10 +01:00
parent 96500f466e
commit ae7b4eeade
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -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