From 7167913cc6055bde2719f6cc6b09689dea89d576 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Wed, 9 Mar 2022 12:14:00 +0530
Subject: [PATCH 3/3] headers: Add NTE error codes in winerror.h
Required for libfido2 project
Signed-off-by: Biswapriyo Nath
---
mingw-w64-headers/include/winerror
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-w64-headers/include/webauthn.h | 369 ++
From 99e2863314785721cb5b52f8435e506235cdfc8a Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath
Date: Wed, 9 Mar 2022 12:14:00 +0530
Subject: [PATCH 2/3] crt: Add webauthn import library
Tested with libfido2 project
Signed-off-by: Biswapriyo Nath
---
mingw-w64-crt/lib-common/webauthn.def | 57 ++
On Tue, Mar 8, 2022 at 3:18 AM Stephen Kitt wrote:
>
> You can ask GCC itself:
>
> $ x86_64-w64-mingw32-gcc -E -include windows.h -
> <<<"__MINGW64_VERSION_MAJOR" | tail -n 1
> 9
>
>
Nice idea - works fine in a bash shell (cygwin and msys2) for me, but not
in a cmd shell.
With cmd.exe, there's no
在 2022/3/8 15:52, Steve Lhomme 写道:
The possible values are
* SECURITY_ANONYMOUS which is 0<<16 aka 0x
* SECURITY_IDENTIFICATION which is 1<<16 aka 0x0001
* SECURITY_IMPERSONATION which is 2<<16 aka 0x0002
* SECURITY_DELEGATION which is which is 3<<16 aka 0x0003
* SECURITY_CO