fix user-mode warnings 4

This commit is contained in:
Sinaei 2024-03-15 13:49:02 +09:00
parent 45cf7c20d8
commit 432021b00c
17 changed files with 74 additions and 46 deletions

View file

@ -338,7 +338,7 @@ ObjectShowProcessesOrThreadList(BOOLEAN IsProcess,
}
else
{
ShowErrorMessage(QueryCountOfActiveThreadsOrProcessesRequest.Result);
ShowErrorMessage((UINT32)QueryCountOfActiveThreadsOrProcessesRequest.Result);
return FALSE;
}