mirror of
https://github.com/reactos/reactos.git
synced 2025-04-17 19:27:00 +00:00
one has to wonder if I am fixing a kernel build.....
svn path=/trunk/; revision=16242
This commit is contained in:
parent
c0d381402e
commit
efbd608bb5
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue