[ros-diffs] [sedwards] 16244: properly break it. correct typo

sedwards at svn.reactos.com sedwards at svn.reactos.com
Thu Jun 23 15:31:37 CEST 2005


properly break it. correct typo
Modified: trunk/reactos/ntoskrnl/io/disk.c
  _____  

Modified: trunk/reactos/ntoskrnl/io/disk.c
--- trunk/reactos/ntoskrnl/io/disk.c	2005-06-23 13:26:18 UTC (rev
16243)
+++ trunk/reactos/ntoskrnl/io/disk.c	2005-06-23 13:31:33 UTC (rev
16244)
@@ -1610,7 +1610,7 @@

 IoReadPartitionTable(PDEVICE_OBJECT DeviceObject,
 		     ULONG SectorSize,
 		     BOOLEAN ReturnRecognizedPartitions,
-		     PVOID PartitionBuffer)
+		     PDRIVE_LAYOUT_INFORMATION *PartitionBuffer)
 {
   return(HalIoReadPartitionTable(DeviceObject,
 				 SectorSize,
@@ -1623,7 +1623,7 @@
 IoSetPartitionInformation(PDEVICE_OBJECT DeviceObject,
 			  ULONG SectorSize,
 			  ULONG PartitionNumber,
-			  PDRIVE_LAYOUT_INFORMATION *PartitionType)
+			  ULONG PartitionType)
 {
   return(HalIoSetPartitionInformation(DeviceObject,
 				      SectorSize,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050623/c666fcfc/attachment.html


More information about the Ros-diffs mailing list