[Mingw-w64-public] [PATCH] headers: Add missing symbols in winioctl.h

2023-04-14 Thread Biswapriyo Nath
From 5009fa56ee59546fd37684bb1a45d536e4697439 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Fri, 14 Apr 2023 19:22:37 +0530 Subject: [PATCH] headers: Add missing symbols in winioctl.h Signed-off-by: Biswapriyo Nath --- mingw-w64-headers/include/winioctl.h | 79

Re: [Mingw-w64-public] [PATCH] crt: Fix UCRT _amsg_exit() function

2023-04-14 Thread LIU Hao
在 2023/4/8 02:19, Cory Fields 写道: Should it be marked noreturn as well in that case? Maybe. This attribute will belong in headers. -- Best regards, LIU Hao OpenPGP_signature Description: OpenPGP digital signature ___ Mingw-w64-public mailing

Re: [Mingw-w64-public] [PATCH] crt: Fix UCRT _amsg_exit() function

2023-04-14 Thread Cory Fields
Should it be marked noreturn as well in that case? Cory On Fri, Apr 7, 2023 at 2:04 PM Pali Rohár wrote: > > Documentation for _amsg_exit says: > Emits a specified runtime error message and then exits your application with > error code 255. > --- > mingw-w64-crt/crt/ucrtbase_compat.c | 1 + >

Re: [Mingw-w64-public] Problems when building NT kernel drivers with GCC / LD

2023-04-14 Thread Nick Clifton
Hi Pali, Hello! Just for a record, I filled individual issues to bugzilla: https://sourceware.org/bugzilla/show_bug.cgi?id=30004 https://sourceware.org/bugzilla/show_bug.cgi?id=30139 https://sourceware.org/bugzilla/show_bug.cgi?id=30140 https://sourceware.org/bugzilla/show_bug.cgi?id=30141

[Mingw-w64-public] 'winioctl.h' header update request in MinGW-w64

2023-04-14 Thread Atul Malakar
Hi Biswapriyo, Microsoft supports pass through mechanism in its header ‘winioctl.h’, some of the structures are missing in MinGW-w64.  We want to use these in our open-source project xNVMe (https://github.com/OpenMPDK/xNVMe). Below is the few list of those API's for reference.