one has to wonder if I am fixing a kernel build.....

svn path=/trunk/; revision=16242
This commit is contained in:
Steven Edwards 2005-06-23 12:38:13 +00:00
parent c0d381402e
commit efbd608bb5

View file

@ -1610,7 +1610,7 @@ NTSTATUS FASTCALL
IoReadPartitionTable(PDEVICE_OBJECT DeviceObject,
ULONG SectorSize,
BOOLEAN ReturnRecognizedPartitions,
PDRIVE_LAYOUT_INFORMATION *PartitionBuffer)
PVOID PartitionBuffer)
{
return(HalIoReadPartitionTable(DeviceObject,
SectorSize,
@ -1637,7 +1637,7 @@ IoWritePartitionTable(PDEVICE_OBJECT DeviceObject,
ULONG SectorSize,
ULONG SectorsPerTrack,
ULONG NumberOfHeads,
PDRIVE_LAYOUT_INFORMATION PartitionBuffer)
PVOID PartitionBuffer)
{
return(HalIoWritePartitionTable(DeviceObject,
SectorSize,