Changeset 3156 for trunk/src/kmk/commands.c
- Timestamp:
- Mar 18, 2018, 9:10:03 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/commands.c
r3140 r3156 24 24 #include <windows.h> 25 25 #include "w32err.h" 26 # ifdef CONFIG_NEW_WIN_CHILDREN 27 # include "w32/winchildren.h" 28 # endif 26 29 #endif 27 30 #ifdef CONFIG_WITH_LAZY_DEPS_VARS … … 765 768 for (c = children; c != 0; c = c->next) 766 769 if (!c->remote) 770 # if defined (CONFIG_NEW_WIN_CHILDREN) && defined (WINDOWS32) 771 MkWinChildKill (c->pid, SIGTERM, c); 772 # else 767 773 (void) kill (c->pid, SIGTERM); 774 # endif 768 775 } 769 776
Note:
See TracChangeset
for help on using the changeset viewer.