From: Viktor Szakats Date: Thu, 13 Nov 2025 22:47:10 +0000 (+0100) Subject: curl_setup.h: drop stray `#undef stat` (Windows) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae7b4eeade0e4903e97fe2a9bac013efc034221f;p=thirdparty%2Fcurl.git curl_setup.h: drop stray `#undef stat` (Windows) Follow-up to 9678ff5b1bfea1c847aee4f9edf023e8f01c9293 #18776 Closes #19519 --- diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 7c033623c5..d41c9b8cea 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -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