mirror of https://github.com/x64dbg/GleeBug
DebugActiveProcess_: always return a value
This commit is contained in:
parent
2d92c9f236
commit
ab5716c6fb
|
|
@ -188,4 +188,5 @@ BOOL WINAPI DebugActiveProcess_(IN DWORD dwProcessId)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Success */
|
/* Success */
|
||||||
|
return TRUE;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue