mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 17:56:00 +00:00
Allow setup to detect extended partitions
svn path=/trunk/; revision=23896
This commit is contained in:
parent
d8155f97a7
commit
25090facc3
1 changed files with 2 additions and 2 deletions
|
@ -214,8 +214,8 @@ AddPartitionToList (ULONG DiskNumber,
|
||||||
{
|
{
|
||||||
for (j = 0; j < 4; j++)
|
for (j = 0; j < 4; j++)
|
||||||
{
|
{
|
||||||
if (LayoutBuffer->PartitionEntry[j].PartitionType != PARTITION_ENTRY_UNUSED ||
|
if (LayoutBuffer->PartitionEntry[i+j].PartitionType != PARTITION_ENTRY_UNUSED ||
|
||||||
LayoutBuffer->PartitionEntry[j].PartitionLength.QuadPart != 0ULL)
|
LayoutBuffer->PartitionEntry[i+j].PartitionLength.QuadPart != 0ULL)
|
||||||
{
|
{
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue