You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try set _FILE_OFFSET_BITS=64 for all projects on Windows 1
mingw-w64 13 changed the way stat() is mapped in sys/stat.h.
This triggered a `stat()` call made from an unused libpsl API
to require the `stat64i32` intrinsic, while previously it
mapped to `__imp__stat64`.
Reported-by: Mac-Fly
Bug: https://curl.se/mail/lib-2025-10/0007.html
0 commit comments