Skip to content
  • Brad King's avatar
    KWSys: Fix process tree kill on 64-bit Windows · b8b6840c
    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