Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
1268 commits behind the upstream repository.
Brad King's avatar
Brad King authored
We enumerate processes to identify those whose parent is being killed so
that we can recursively kill the children.  Enumeration uses the
Process32(First|Next) windows API functions, which accept PROCESSENTRY32
objects to be filled.  This commit corrects the declaration of the entry
structure to account for its size on 64-bit Windows.
b8b6840c
History