mirror of
https://github.com/reactos/reactos.git
synced 2026-06-20 13:22:18 +08:00
[DISKPART] Fix magic values in CreateLogicalPartition() and CreatePrimaryPartition()
This commit is contained in:
@@ -204,7 +204,7 @@ CreateLogicalPartition(
|
||||
ULONGLONG ullOffset = 0ULL;
|
||||
BOOL bNoErr = FALSE;
|
||||
#endif
|
||||
UCHAR PartitionType = 6;
|
||||
UCHAR PartitionType = PARTITION_HUGE;
|
||||
INT i, length;
|
||||
PWSTR pszSuffix = NULL;
|
||||
NTSTATUS Status;
|
||||
@@ -404,7 +404,7 @@ CreatePrimaryPartition(
|
||||
ULONGLONG ullOffset = 0ULL;
|
||||
BOOL bNoErr = FALSE;
|
||||
#endif
|
||||
UCHAR PartitionType = 6;
|
||||
UCHAR PartitionType = PARTITION_HUGE;
|
||||
INT i, length;
|
||||
PWSTR pszSuffix = NULL;
|
||||
NTSTATUS Status;
|
||||
|
||||
Reference in New Issue
Block a user