mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 06:15:52 +00:00
[TASKMGR] Implement proper process tree ending
* Implement ShutdownProcessTree in endproc.c which recursively kills process trees * Include tlhelp32.h in precomp.h * Check if the child process can be shut down
This commit is contained in:
parent
66bf74d228
commit
3276824586
2 changed files with 53 additions and 1 deletions
|
@ -18,6 +18,7 @@
|
|||
#include <winreg.h>
|
||||
#include <commctrl.h>
|
||||
#include <shellapi.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
#include "column.h"
|
||||
#include "taskmgr.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue