Remove the HiddenSectors hack because usetup initializes the HiddenSectors value properly.
svn path=/trunk/; revision=68229
NtClose(FileHandle);
return Status;
}
-
- /*
- * FIXME: This is a hack!
- * Partitioning software MUST set the correct number of hidden sectors!
- */
- PartitionInfo.HiddenSectors = DiskGeometry.SectorsPerTrack;
}
else
{
NtClose(FileHandle);
return Status;
}
-
- /*
- * FIXME: This is a hack!
- * Partitioning software MUST set the correct number of hidden sectors!
- */
- PartitionInfo.HiddenSectors = DiskGeometry.SectorsPerTrack;
}
else
{