Re: [Mingw-w64-public] [PATCH] headers: Add nvme.h

2021-09-30 Thread JonY via Mingw-w64-public
On 9/30/21 2:37 PM, Biswapriyo Nath wrote: Patch looks OK. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] headers: Add new names in winioctl.h

2021-09-30 Thread JonY via Mingw-w64-public
On 10/1/21 4:32 AM, Biswapriyo Nath wrote: Patch looks OK. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Re: [Mingw-w64-public] [PATCH] crt: Add missing exports in lib32/authz.def

2021-09-30 Thread JonY via Mingw-w64-public
On 10/1/21 4:33 AM, Biswapriyo Nath wrote: Patch looks OK. ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

[Mingw-w64-public] [PATCH] crt: Add missing exports in lib32/authz.def

2021-09-30 Thread Biswapriyo Nath
From 2ae3156eb257eff3798b45f2642de85085b61701 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 1 Oct 2021 10:00:23 +0530 Subject: [PATCH] crt: Add missing exports in lib32/authz.def Signed-off-by: Biswapriyo Nath --- mingw-w64-crt/lib32/authz.def | 36 +

[Mingw-w64-public] [PATCH] headers: Add new names in winioctl.h

2021-09-30 Thread Biswapriyo Nath
From 758dfab297b493e831c462d73c9709add6cc5d78 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 1 Oct 2021 09:59:12 +0530 Subject: [PATCH] headers: Add new names in winioctl.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winioctl.h | 469 ++- 1 f

[Mingw-w64-public] [PATCH] headers: Add nvme.h

2021-09-30 Thread Biswapriyo Nath
From a7f0bd170bf2c3692c9cd592e0e4774cb58faba5 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Thu, 30 Sep 2021 20:06:35 +0530 Subject: [PATCH] headers: Add nvme.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/nvme.h | 2835 ++ 1 file changed, 283

Re: [Mingw-w64-public] Latest Windows SDK headers and API support in the MinGW-W64 toolchain

2021-09-30 Thread Biswapriyo Nath
Thanks again for testing. Here is the process: 1. I send patches here. 2. mingw-w64 maintainers apply those. 3. I shall ask msys2 maintainers to update mingw-w64 headers. 4. It will update after 1 or 2 days. After packages will updated those will show here https://packages.msys2.org/updates

Re: [Mingw-w64-public] Latest Windows SDK headers and API support in the MinGW-W64 toolchain

2021-09-30 Thread Praveen C Bademi
Hi Biswapriyo, We were to able to compile this test repo and see that new files being reflected in the include folder. We have verified with our project successfully. We are using MYSIS2 build platform to install MinGW64. Once these latest changes are pushed to Master, will the MYSIS2 will pul