Fix up win64 warnings about NtQuerySystemInformation.

svn path=/branches/ros-amd64-bringup/; revision=36274
This commit is contained in:
Samuel Serapion
2008-09-17 02:52:33 +00:00
parent caf9aa6e7f
commit dbf0f4225c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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);
+1 -1
View File
@@ -699,7 +699,7 @@ SetupStartPage(PINPUT_RECORD Ir)
INFCONTEXT Context;
PWCHAR Value;
UINT ErrorLine;
SIZE_T ReturnSize;
ULONG ReturnSize;
CONSOLE_SetStatusText(MUIGetString(STRING_PLEASEWAIT));
+1 -1
View File
@@ -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];