On Tue, 24 Oct 2023, Ozkan Sezer wrote:
> LoadLibrary needs cleaning after, and we do link to kernel32.dll anyway.
How does this play out with winstore apps using winstorecompat? It seems
that GetModuleHandle in winstorecompat always returns NULL, while
LoadLibrary ends up calling LoadPackagedL
On Sun, 29 Oct 2023, Martin Storsjö wrote:
> This was an accidentally pushed commit - I had generated files with a version
> of autotools that I had on my system, different from the one we'ce normally
> used. I reverted this accidentally pushed commit in
> d6c07d9561a7af6c56ab2b0f6ee8c19e31ad9fd8.
I was looking at the recent commits, and saw the following hunk in
f86c3e7bbd88d755bc8ab0f467b486bf475656a1
diff --git a/mingw-w64-crt/configure b/mingw-w64-crt/configure
index 68b4c63b2..4f1971a87 100755
--- a/mingw-w64-crt/configure
+++ b/mingw-w64-crt/configure
@@ -2062,7 +2062,9 @@ struct stat
On Sun, 29 Oct 2023, Jeremy Drake wrote:
I was looking at the recent commits, and saw the following hunk in
f86c3e7bbd88d755bc8ab0f467b486bf475656a1
This appears to be a regression of sorts. I thought the moving away from
the old-style C prototypes in configure tests was needed for newer Clan
On Fri, 27 Oct 2023, Jacek Caban wrote:
On 27/10/2023 16:51, LIU Hao wrote:
在 2023-10-26 19:15, Martin Storsjö 写道:
fabsf is available in UCRT on arm32/arm64, but not on x86.
nexttowardf is available in UCRT on all architectures, but this
functions takes two parameters, and the second paramet