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
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
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
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
在 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
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
在 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
在 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
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
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
10 matches
Mail list logo