mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user