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:
Steven Edwards 2005-06-23 13:26:18 +00:00
parent efbd608bb5
commit f6259d7ec4

View file

@ -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,