mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
break the tree for gcc 3.4.1 and gcc 4 at the request of Alex
svn path=/trunk/; revision=16243
This commit is contained in:
parent
efbd608bb5
commit
f6259d7ec4
1 changed files with 2 additions and 2 deletions
|
@ -1623,7 +1623,7 @@ NTSTATUS FASTCALL
|
|||
IoSetPartitionInformation(PDEVICE_OBJECT DeviceObject,
|
||||
ULONG SectorSize,
|
||||
ULONG PartitionNumber,
|
||||
ULONG PartitionType)
|
||||
PDRIVE_LAYOUT_INFORMATION *PartitionType)
|
||||
{
|
||||
return(HalIoSetPartitionInformation(DeviceObject,
|
||||
SectorSize,
|
||||
|
@ -1637,7 +1637,7 @@ IoWritePartitionTable(PDEVICE_OBJECT DeviceObject,
|
|||
ULONG SectorSize,
|
||||
ULONG SectorsPerTrack,
|
||||
ULONG NumberOfHeads,
|
||||
PVOID PartitionBuffer)
|
||||
PDRIVE_LAYOUT_INFORMATION PartitionBuffer)
|
||||
{
|
||||
return(HalIoWritePartitionTable(DeviceObject,
|
||||
SectorSize,
|
||||
|
|
Loading…
Reference in a new issue