[ros-diffs] [sedwards] 16243: break the tree for gcc 3.4.1 and gcc 4 at the request of Alex

sedwards at svn.reactos.com sedwards at svn.reactos.com
Thu Jun 23 15:26:21 CEST 2005


break the tree for gcc 3.4.1 and gcc 4 at the request of Alex
Modified: trunk/reactos/ntoskrnl/io/disk.c
  _____  

Modified: trunk/reactos/ntoskrnl/io/disk.c
--- trunk/reactos/ntoskrnl/io/disk.c	2005-06-23 12:38:13 UTC (rev
16242)
+++ trunk/reactos/ntoskrnl/io/disk.c	2005-06-23 13:26:18 UTC (rev
16243)
@@ -1623,7 +1623,7 @@

 IoSetPartitionInformation(PDEVICE_OBJECT DeviceObject,
 			  ULONG SectorSize,
 			  ULONG PartitionNumber,
-			  ULONG PartitionType)
+			  PDRIVE_LAYOUT_INFORMATION *PartitionType)
 {
   return(HalIoSetPartitionInformation(DeviceObject,
 				      SectorSize,
@@ -1637,7 +1637,7 @@
 		      ULONG SectorSize,
 		      ULONG SectorsPerTrack,
 		      ULONG NumberOfHeads,
-		      PVOID PartitionBuffer)
+		      PDRIVE_LAYOUT_INFORMATION PartitionBuffer)
 {
   return(HalIoWritePartitionTable(DeviceObject,
 				  SectorSize,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050623/58bf4350/attachment.html


More information about the Ros-diffs mailing list