mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Fix up win64 warnings about NtQuerySystemInformation.
svn path=/branches/ros-amd64-bringup/; revision=36274
This commit is contained in:
@@ -148,7 +148,7 @@ MSZipCodecUncompress(PVOID OutputBuffer,
|
||||
return CS_BADSTREAM;
|
||||
}
|
||||
|
||||
ZStream.next_in = (PUCHAR)((ULONG)InputBuffer + 2);
|
||||
ZStream.next_in = ((PUCHAR)InputBuffer )+ 2;
|
||||
ZStream.avail_in = *InputLength - 2;
|
||||
ZStream.next_out = (PUCHAR)OutputBuffer;
|
||||
ZStream.avail_out = abs(*OutputLength);
|
||||
|
||||
@@ -699,7 +699,7 @@ SetupStartPage(PINPUT_RECORD Ir)
|
||||
INFCONTEXT Context;
|
||||
PWCHAR Value;
|
||||
UINT ErrorLine;
|
||||
SIZE_T ReturnSize;
|
||||
ULONG ReturnSize;
|
||||
|
||||
CONSOLE_SetStatusText(MUIGetString(STRING_PLEASEWAIT));
|
||||
|
||||
|
||||
@@ -906,7 +906,7 @@ CreatePartitionList (SHORT Left,
|
||||
OBJECT_ATTRIBUTES ObjectAttributes;
|
||||
SYSTEM_DEVICE_INFORMATION Sdi;
|
||||
IO_STATUS_BLOCK Iosb;
|
||||
SIZE_T ReturnSize;
|
||||
ULONG ReturnSize;
|
||||
NTSTATUS Status;
|
||||
ULONG DiskNumber;
|
||||
WCHAR Buffer[MAX_PATH];
|
||||
|
||||
Reference in New Issue
Block a user