Re: [Mingw-w64-public] [PATCH] headers: Add windowsnumerics.h, windowsnumerics.impl.h

2022-11-06 Thread Alvin Wong via Mingw-w64-public
On 6/11/2022 5:20, Martin Storsjö wrote: On Fri, 21 Oct 2022, Alvin Wong via Mingw-w64-public wrote: These headers are only partially implemented. They include all the type definitions and struct members according to the docs. All the functions have been declared but not all of them are defined

Re: [Mingw-w64-public] [PATCH] headers/_mingw: Remove the obsolete `__stdcall` macro

2022-11-06 Thread LIU Hao
在 2022-11-06 04:10, Martin Storsjö 写道: On Sun, 6 Nov 2022, LIU Hao wrote: I think this `__stdcall` macro should be removed. LGTM, thanks! Thanks. Pushed. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___ M

Re: [Mingw-w64-public] [PATCH] headers: Add windowsnumerics.h, windowsnumerics.impl.h

2022-11-06 Thread Martin Storsjö
On Sun, 6 Nov 2022, Alvin Wong wrote: On 6/11/2022 5:20, Martin Storsjö wrote: On Fri, 21 Oct 2022, Alvin Wong via Mingw-w64-public wrote: About the WinRT interop functions - how are they supposed to be provided? This header is layered under the C++/WinRT headers, right, so it can't rely on

Re: [Mingw-w64-public] [PATCH] headers: Clarify a few aspects relating to Clang wrt the fortification macros

2022-11-06 Thread Martin Storsjö
On Fri, 4 Nov 2022, LIU Hao wrote: 在 2022/11/4 16:27, Martin Storsjö 写道: There's no problem in using the "artificial" attribute with Clang, at least as of Clang 10.0. Clarify why Clang is excluded for __MINGW_FORTIFY_VA_ARG. --- mingw-w64-headers/crt/_mingw_mac.h | 5 +++-- 1 file changed,