Revert accidental change Modified: trunk/reactos/w32api/include/ddk/win2k.h _____
Modified: trunk/reactos/w32api/include/ddk/win2k.h --- trunk/reactos/w32api/include/ddk/win2k.h 2005-06-23 10:34:16 UTC (rev 16240) +++ trunk/reactos/w32api/include/ddk/win2k.h 2005-06-23 12:22:32 UTC (rev 16241) @@ -64,7 +64,7 @@
IN PDEVICE_OBJECT DeviceObject, IN ULONG SectorSize, IN BOOLEAN ReturnRecognizedPartitions, - OUT PVOID PartitionBuffer); + OUT struct _DRIVE_LAYOUT_INFORMATION **PartitionBuffer);
NTOSAPI NTSTATUS @@ -83,7 +83,7 @@ IN ULONG SectorSize, IN ULONG SectorsPerTrack, IN ULONG NumberOfHeads, - IN PVOID PartitionBuffer); + IN struct _DRIVE_LAYOUT_INFORMATION *PartitionBuffer);
/* * PVOID MmGetSystemAddressForMdl(