mirror of
https://github.com/reactos/reactos.git
synced 2026-06-08 08:52:59 +08:00
[PSDK] Whoopsie... Fix "PPPARTITION_INFORMATION_GPT" typo (extra 'P'), caught by BieHDC :)
Addendum to 8a6ed591.
This commit is contained in:
@@ -419,7 +419,7 @@ typedef struct _PARTITION_INFORMATION_GPT {
|
||||
GUID PartitionId;
|
||||
DWORD64 Attributes;
|
||||
WCHAR Name[36];
|
||||
} PARTITION_INFORMATION_GPT, *PPPARTITION_INFORMATION_GPT;
|
||||
} PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT;
|
||||
typedef struct _PARTITION_INFORMATION_MBR {
|
||||
BYTE PartitionType;
|
||||
BOOLEAN BootIndicator;
|
||||
|
||||
Reference in New Issue
Block a user