Re: [Mingw-w64-public] [PATCH] crt: Fix atexit() function for every import library

2024-09-06 Thread Pali Rohár
On Tuesday 03 September 2024 23:52:09 Jacek Caban wrote: > On 3.09.2024 23:15, Pali Rohár wrote: > > On Wednesday 28 August 2024 15:51:46 Jacek Caban wrote: > > > On 27.08.2024 23:35, Pali Rohár wrote: > > > > On Tuesday 27 August 2024 23:20:23 Jacek Caban wrote: > > > > > On 27.08.2024 21:16, Pali

Re: [Mingw-w64-public] [PATCH] crt: Fix atexit() function for every import library

2024-09-06 Thread LIU Hao
在 2024-08-28 19:27, Martin Storsjö 写道: I wouldn't maybe go out and adding separate __imp_ symbols for exactly everything, if there are many symbols where we're missing it, if there's no specific use case for it. That the user could declare it themselves with a dllimport attribute isn't strictly

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

2024-09-06 Thread LIU Hao
在 2024-09-05 23:41, Biswapriyo Nath 写道: From b697653194ce8ba7b2ac978744728ef01cc6c9a0 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 5 Sep 2024 15:39:31 + Subject: [PATCH] headers: Add new symbols in wingdi.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/wingdi.h

Re: [Mingw-w64-public] [PATCH 2/2] dwmapi.h: Use DWMAPI in function declarations

2024-09-06 Thread LIU Hao
在 2024-09-05 18:41, Daniel Verkamp 写道: DWMAPI was already defined by dwmapi.h, but it was not actually used when declaring the functions in that header, so they were missing DECLSPEC_IMPORT. This patch replaces HRESULT WINAPI with DWMAPI, and WINBOOL WINAPI with DWMAPI_(WINBOOL) for the DwmDefWi

Re: [Mingw-w64-public] [PATCH 1/5] headers: Add the new define _CRT_INTERNAL_PRINTF_STANDARD_ROUNDING

2024-09-06 Thread Martin Storsjö
On Wed, 4 Sep 2024, LIU Hao wrote: 在 2024-09-04 21:11, Jacek Caban 写道: On 4.09.2024 13:41, Martin Storsjö wrote: This was added in UCRT 10.0.19041.0. Signed-off-by: Martin Storsjö The series looks good to me. These patches look good to me, too. Thanks, pushed now. // Martin