mirror of
https://github.com/HyperDbg/HyperDbg.git
synced 2026-08-31 01:56:24 +00:00
fix user-mode warnings 4
This commit is contained in:
parent
45cf7c20d8
commit
432021b00c
17 changed files with 74 additions and 46 deletions
|
|
@ -338,7 +338,7 @@ ObjectShowProcessesOrThreadList(BOOLEAN IsProcess,
|
|||
}
|
||||
else
|
||||
{
|
||||
ShowErrorMessage(QueryCountOfActiveThreadsOrProcessesRequest.Result);
|
||||
ShowErrorMessage((UINT32)QueryCountOfActiveThreadsOrProcessesRequest.Result);
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue