[Mingw-w64-public] [PATCH] crt: Add link to _pei386_runtime_relocator GNU LD bug

2025-07-18 Thread Pali Rohár
--- mingw-w64-crt/crt/pseudo-reloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-crt/crt/pseudo-reloc.c b/mingw-w64-crt/crt/pseudo-reloc.c index d6eb089d461e..e8526b064746 100644 --- a/mingw-w64-crt/crt/pseudo-reloc.c +++ b/mingw-w64-crt/crt/pseudo-reloc.c @@ -480

[Mingw-w64-public] [PATCH] headers: Add new symbols in wintrust.h

2025-07-18 Thread Biswapriyo Nath
From c34b6e71774c973e95a9b8661d0fcd9cd5caa1bd Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 18 Jul 2025 18:10:13 + Subject: [PATCH] headers: Add new symbols in wintrust.h Required for https://github.com/chromiumembedded/cef/commit/ce365d498794a5d19a5e4b959c4cc422e39f8257 Signed