Re: [Mingw-w64-public] [PATCH 0/2] headers: add two members missing in partition info

2021-08-20 Thread Ozkan Sezer
On 8/21/21, Jeremy Drake via Mingw-w64-public wrote: > On Fri, 20 Aug 2021, Corinna Vinschen wrote: > >> On Aug 20 15:46, Ozkan Sezer wrote: >> > Those members do not exist in win7 versions of ddk headers. >> > Are they added for newer windows versions support? >> >> The documentation doesn't ment

Re: [Mingw-w64-public] [PATCH 0/2] headers: add two members missing in partition info

2021-08-20 Thread Jeremy Drake via Mingw-w64-public
On Fri, 20 Aug 2021, Corinna Vinschen wrote: > On Aug 20 15:46, Ozkan Sezer wrote: > > Those members do not exist in win7 versions of ddk headers. > > Are they added for newer windows versions support? > > The documentation doesn't mention that, but I guess they have > been added in W10 or so. I

Re: [Mingw-w64-public] [PATCH 0/2] headers: add two members missing in partition info

2021-08-20 Thread Corinna Vinschen
On Aug 20 15:46, Ozkan Sezer wrote: > On 8/20/21, Corinna Vinschen wrote: > > From: Corinna Vinschen > > > > MSDN documents struct members in partition info not defined in the > > mingw-w64 headers ntdddisk.h and winioctl.h. Add them. > > > > Corinna Vinschen (2): > > headers: add missing PART

Re: [Mingw-w64-public] [PATCH 0/2] headers: add two members missing in partition info

2021-08-20 Thread Ozkan Sezer
On 8/20/21, Corinna Vinschen wrote: > From: Corinna Vinschen > > MSDN documents struct members in partition info not defined in the > mingw-w64 headers ntdddisk.h and winioctl.h. Add them. > > Corinna Vinschen (2): > headers: add missing PARTITION_INFORMATION_EX member > headers: add missing

[Mingw-w64-public] [PATCH 0/2] headers: add two members missing in partition info

2021-08-20 Thread Corinna Vinschen
From: Corinna Vinschen MSDN documents struct members in partition info not defined in the mingw-w64 headers ntdddisk.h and winioctl.h. Add them. Corinna Vinschen (2): headers: add missing PARTITION_INFORMATION_EX member headers: add missing PARTITION_INFORMATION_MBR member mingw-w64-heade

[Mingw-w64-public] [PATCH 1/2] headers: add missing PARTITION_INFORMATION_EX member

2021-08-20 Thread Corinna Vinschen
From: Corinna Vinschen Per https://docs.microsoft.com/en-us/windows/win32/api/winioctl/ns-winioctl-partition_information_ex the PARTITION_INFORMATION_EX struct contains a BOOLEAN member called IsServicePartition. Add it. Signed-off-by: Corinna Vinschen --- mingw-w64-headers/include/ntdddisk.

[Mingw-w64-public] [PATCH 2/2] headers: add missing PARTITION_INFORMATION_MBR member

2021-08-20 Thread Corinna Vinschen
From: Corinna Vinschen Per https://docs.microsoft.com/en-us/windows/win32/api/winioctl/ns-winioctl-partition_information_mbr the PARTITION_INFORMATION_MBR struct contains a GUID member called PartitionId. Add it. Signed-off-by: Corinna Vinschen --- mingw-w64-headers/include/ntdddisk.h | 1 +