sys,dll,tst: ensure that project compiles for x86

This commit is contained in:
Bill Zissimopoulos
2016-04-28 15:02:00 -07:00
parent 1bdfc8a579
commit e0dde7349e
4 changed files with 8 additions and 8 deletions

View File

@ -693,7 +693,7 @@ NTSTATUS FspVolumeTransact(
if (0 == ProcessIrp)
{
/* either IRP was canceled or a bogus Hint was provided */
DEBUGLOG("BOGUS(Kind=%d, Hint=%p)", Response->Kind, (PVOID)Response->Hint);
DEBUGLOG("BOGUS(Kind=%d, Hint=%p)", Response->Kind, (PVOID)(UINT_PTR)Response->Hint);
Response = NextResponse;
continue;
}