From c0d381402e674c8fb5c5529b922c5ff78a5bd421 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Thu, 23 Jun 2005 12:22:32 +0000 Subject: [PATCH] Revert accidental change svn path=/trunk/; revision=16241 --- reactos/w32api/include/ddk/win2k.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reactos/w32api/include/ddk/win2k.h b/reactos/w32api/include/ddk/win2k.h index 3884597f9f4..ca3add0b8c9 100644 --- a/reactos/w32api/include/ddk/win2k.h +++ b/reactos/w32api/include/ddk/win2k.h @@ -64,7 +64,7 @@ IoReadPartitionTable( 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 @@ IoWritePartitionTable( IN ULONG SectorSize, IN ULONG SectorsPerTrack, IN ULONG NumberOfHeads, - IN PVOID PartitionBuffer); + IN struct _DRIVE_LAYOUT_INFORMATION *PartitionBuffer); /* * PVOID MmGetSystemAddressForMdl(