[Mingw-w64-public] [PATCH] crt: Add comsupp library

2022-03-10 Thread Biswapriyo Nath
From 809cd7851d20d423fc1e9dd9df6cd107d343d7fc Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 11 Mar 2022 12:47:59 +0530 Subject: [PATCH] crt: Add comsupp library Required for unrar project Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/Makefile.am| 17 +++ mingw-w64-c

Re: [Mingw-w64-public] [PATCH 0/7] crt: Build more msvcrt import libraries

2022-03-10 Thread Pali Rohár
On Thursday 10 March 2022 15:01:20 Martin Storsjö wrote: > Hi, > > On Mon, 7 Mar 2022, Pali Rohár wrote: > > > There are more variants of msvcrt runtime libraries and mingw-w64 > > currently does not build import library for each variant. Some variants > > are available in all Windows versions as

Re: [Mingw-w64-public] [PATCH v2] fwpuclnt: update to Windows 11 exports

2022-03-10 Thread Martin Storsjö
On Thu, 10 Mar 2022, Jeremy Drake via Mingw-w64-public wrote: and build import library for arm64. Signed-off-by: Jeremy Drake --- .../{libarm32 => lib-common}/fwpuclnt.def | 28 +++- mingw-w64-crt/lib32/fwpuclnt.def | 149 +- mingw-w64-crt/lib64/fwpuclnt.def

[Mingw-w64-public] [PATCH v2] fwpuclnt: update to Windows 11 exports

2022-03-10 Thread Jeremy Drake via Mingw-w64-public
and build import library for arm64. Signed-off-by: Jeremy Drake --- .../{libarm32 => lib-common}/fwpuclnt.def | 28 +++- mingw-w64-crt/lib32/fwpuclnt.def | 149 +- mingw-w64-crt/lib64/fwpuclnt.def | 146 - mingw-w64-crt/libarm64/Make

Re: [Mingw-w64-public] MinGW-w64 vs Windows SDK

2022-03-10 Thread LIU Hao
在 2022-03-10 06:20, Vishal Subramanyam 写道: Hey, I'm confused about the header files and libraries that MinGW-w64 provides? Does it provide just header files (along with certain libraries like libstdc++) that enable the compiler to link against Microsoft-provided DLLs (along with some MinGW-spec

Re: [Mingw-w64-public] [PATCH 0/2] Update fwpuclnt exports and build for arm64

2022-03-10 Thread Mateusz Mikuła
czw., 10 mar 2022, 14:05 użytkownik Martin Storsjö napisał: > On Wed, 9 Mar 2022, Jeremy Drake via Mingw-w64-public wrote: > > > It turns out that "cargo" links with fwpuclnt, and efforts to get rust > > working for aarch64-pc-windows-gnu have hit the lack of fwpuclnt.a for > > arm64. > > I'm cur

Re: [Mingw-w64-public] [PATCH 1/3] headers: Add webauthn.h file

2022-03-10 Thread LIU Hao
在 2022-03-09 14:46, Biswapriyo Nath 写道: From 74e9bd919c3fa3fcb37da2c68c493529c6f3db6c Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 9 Mar 2022 12:14:00 +0530 Subject: [PATCH 1/3] headers: Add webauthn.h file Tested with libfido2 project Signed-off-by: Biswapriyo Nath --- mingw-w6

Re: [Mingw-w64-public] [PATCH 1/2] fwpuclnt: update to Windows 11 exports

2022-03-10 Thread LIU Hao
在 2022-03-10 11:58, Biswapriyo Nath 写道: I'm not sure what I am supposed to "check" on these? Does it mean I should copy the stdcall decoration from NtClose onto these? Yes, those sdcall decoration are same as NtClose. WfpCloseDPConfigureHandle and WfpRIOChannelClose are just wrapper of NtClose

Re: [Mingw-w64-public] [PATCH 0/2] Update fwpuclnt exports and build for arm64

2022-03-10 Thread Martin Storsjö
On Wed, 9 Mar 2022, Jeremy Drake via Mingw-w64-public wrote: It turns out that "cargo" links with fwpuclnt, and efforts to get rust working for aarch64-pc-windows-gnu have hit the lack of fwpuclnt.a for arm64. I'm curious - what does cargo do with this DLL? The second commit is the regenerat

Re: [Mingw-w64-public] [PATCH 0/7] crt: Build more msvcrt import libraries

2022-03-10 Thread Martin Storsjö
Hi, On Mon, 7 Mar 2022, Pali Rohár wrote: There are more variants of msvcrt runtime libraries and mingw-w64 currently does not build import library for each variant. Some variants are available in all Windows versions as system libraries, some are available only via external redistributable pac