[Mingw-w64-public] [PATCH] github: use new public preview windows-11-arm runner

2025-04-15 Thread Jeremy Drake via Mingw-w64-public
Unfortunately, the test-llvm-mingw and test-libcxx jobs fail for arm64. I'm not clear on why. The test-ffmpeg jobs work, though --- .github/workflows/build.yml | 40 +++-- 1 file changed, 34 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b

[Mingw-w64-public] [PATCH v2 05/13] headers: Remove inline definition of _fstat64i32() and _stat64i32() functions

2025-04-15 Thread Pali Rohár
These functions in sys/stat.h are defined as wrappers around _fstat64() and _stat64() functions. But msvcr80+ and UCRT DLL libraries provide native _fstat64i32() and _stat64i32() functions and so it is not needed to use inline fallback wrappers. For pre-msvcr80 builds, mingw-w64 already provides f