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