mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-03 09:22:57 -05:00
sys,dll,tst: ensure that project compiles for x86
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user