diff options
author | Brad King <brad.king@kitware.com> | 2009-11-30 21:30:19 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-11-30 21:30:19 (GMT) |
commit | 2aaa96771558799f07b9a8562b69f58cf580b041 (patch) | |
tree | cdf2a9e1dadf63eaea965e138af5f66eb43a59fd /Tests | |
parent | b286e6ec7fea280caa41eba2f5f586a0cac34cf8 (diff) | |
download | CMake-2aaa96771558799f07b9a8562b69f58cf580b041.zip CMake-2aaa96771558799f07b9a8562b69f58cf580b041.tar.gz CMake-2aaa96771558799f07b9a8562b69f58cf580b041.tar.bz2 |
KWSys: Fix process tree kill on 64-bit Windows
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.
Diffstat (limited to 'Tests')
0 files changed, 0 insertions, 0 deletions