On 8/21/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.
>
> v2: Add feature tests
>
> Corinna Vinschen (2):
> headers: add missing PARTITION_INFORMATION_EX membe
On 8/21/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.
>
> v2: Add feature tests
>
> Corinna Vinschen (2):
> headers: add missing PARTITION_INFORMATION_EX membe
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.
v2: add NTDDI_WIN10_RS3 feature test
Signed-off-by: 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.
v2: add NTDDI_WINBLUE feature test
Signed-off-by: Corinna Vinschen
---
mingw-w
From: Corinna Vinschen
MSDN documents struct members in partition info not defined in the
mingw-w64 headers ntdddisk.h and winioctl.h. Add them.
v2: Add feature tests
Corinna Vinschen (2):
headers: add missing PARTITION_INFORMATION_EX member
headers: add missing PARTITION_INFORMATION_MBR m