mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 12:56:39 +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;
|
GUID PartitionId;
|
||||||
DWORD64 Attributes;
|
DWORD64 Attributes;
|
||||||
WCHAR Name[36];
|
WCHAR Name[36];
|
||||||
} PARTITION_INFORMATION_GPT, *PPPARTITION_INFORMATION_GPT;
|
} PARTITION_INFORMATION_GPT, *PPARTITION_INFORMATION_GPT;
|
||||||
typedef struct _PARTITION_INFORMATION_MBR {
|
typedef struct _PARTITION_INFORMATION_MBR {
|
||||||
BYTE PartitionType;
|
BYTE PartitionType;
|
||||||
BOOLEAN BootIndicator;
|
BOOLEAN BootIndicator;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue