mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[PSDK] Whoopsie... Fix "PPPARTITION_INFORMATION_GPT" typo (extra 'P'), caught by BieHDC :)
Addendum to 8a6ed591
.
This commit is contained in:
parent
795c9c439c
commit
1303a7dc1c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue