mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[CLASS2]
Fix 64 bit warnings svn path=/trunk/; revision=55510
This commit is contained in:
@@ -1510,7 +1510,7 @@ Return Value:
|
||||
srb,
|
||||
irpStack->MajorFunction,
|
||||
irpStack->MajorFunction == IRP_MJ_DEVICE_CONTROL ? irpStack->Parameters.DeviceIoControl.IoControlCode : 0,
|
||||
MAXIMUM_RETRIES - ((ULONG_PTR)irpStack->Parameters.Others.Argument4),
|
||||
MAXIMUM_RETRIES - PtrToUlong(irpStack->Parameters.Others.Argument4),
|
||||
&status);
|
||||
|
||||
//
|
||||
@@ -1662,7 +1662,7 @@ Return Value:
|
||||
srb,
|
||||
irpStack->MajorFunction,
|
||||
irpStack->MajorFunction == IRP_MJ_DEVICE_CONTROL ? irpStack->Parameters.DeviceIoControl.IoControlCode : 0,
|
||||
MAXIMUM_RETRIES - ((ULONG_PTR)irpStack->Parameters.Others.Argument4),
|
||||
MAXIMUM_RETRIES - PtrToUlong(irpStack->Parameters.Others.Argument4),
|
||||
&status);
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user