mirror of
https://github.com/UzixLS/KernelEx.git
synced 2025-07-19 07:21:20 +03:00
import KernelEx-4.5-Beta2
This commit is contained in:
@ -70,6 +70,9 @@ bool kill_all_referents()
|
||||
}
|
||||
|
||||
CloseHandle(h);
|
||||
|
||||
//let the processes die before proceeding
|
||||
Sleep(1000);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user