mirror of
https://github.com/djhackersdev/bemanitools.git
synced 2026-04-21 17:17:35 -05:00
Bugfix util/proc: Forward exit code to TerminateProcess
This commit is contained in:
parent
cb290ab02e
commit
bb0d2823bf
|
|
@ -11,5 +11,5 @@ void proc_terminate_current_process(uint32_t exit_code)
|
|||
TRUE,
|
||||
GetCurrentProcessId());
|
||||
|
||||
TerminateProcess(hnd, 0);
|
||||
TerminateProcess(hnd, exit_code);
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user