https://git.reactos.org/?p=reactos.git;a=commitdiff;h=1303a7dc1c1fce3278894f...
commit 1303a7dc1c1fce3278894f43ba7fd8adca8aeef6 Author: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org AuthorDate: Fri Jan 8 16:37:28 2021 +0100 Commit: Hermès Bélusca-Maïto hermes.belusca-maito@reactos.org CommitDate: Fri Jan 8 17:12:21 2021 +0100
[PSDK] Whoopsie... Fix "PPPARTITION_INFORMATION_GPT" typo (extra 'P'), caught by BieHDC :) Addendum to 8a6ed591. --- sdk/include/psdk/winioctl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdk/include/psdk/winioctl.h b/sdk/include/psdk/winioctl.h index 8debea1f5d7..33a64c3aaa4 100644 --- a/sdk/include/psdk/winioctl.h +++ b/sdk/include/psdk/winioctl.h @@ -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;