Re: [Mingw-w64-public] [PATCH] winpthreads: change LoadLibrary calls to GetModuleHandle after cb7f42e.

2023-10-29 Thread Jeremy Drake via Mingw-w64-public
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

Re: [Mingw-w64-public] regression in mingw-w64-crt/configure?

2023-10-29 Thread Jeremy Drake via Mingw-w64-public
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.

[Mingw-w64-public] regression in mingw-w64-crt/configure?

2023-10-29 Thread Jeremy Drake via Mingw-w64-public
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

Re: [Mingw-w64-public] regression in mingw-w64-crt/configure?

2023-10-29 Thread Martin Storsjö
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

Re: [Mingw-w64-public] [PATCH 6/8] crt: Move fabsf and nexttowardf to libmsvcr*.a for all archs, and to libucrt*.a for x86

2023-10-29 Thread Martin Storsjö
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