mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-11 09:39:49 -06:00
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.
88 KiB
88 KiB