summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/ProcessWin32.c
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-11-02 13:48:53 (GMT)
committerBrad King <brad.king@kitware.com>2017-11-02 13:48:53 (GMT)
commit3048777006e1d10646e7b62f46406859dc4d0812 (patch)
tree7cc12406056b4b41717594fcfacdbd5a1700a6d3 /Source/kwsys/ProcessWin32.c
parent817331aae8c9f166baa7ada5e015dcb5442c0038 (diff)
parent5464e23ff5e822b8a99a3cd234c54ff4632ccb98 (diff)
downloadCMake-3048777006e1d10646e7b62f46406859dc4d0812.zip
CMake-3048777006e1d10646e7b62f46406859dc4d0812.tar.gz
CMake-3048777006e1d10646e7b62f46406859dc4d0812.tar.bz2
Merge branch 'upstream-KWSys' into update-kwsys
* upstream-KWSys: KWSys 2017-11-02 (54f0901a)
Diffstat (limited to 'Source/kwsys/ProcessWin32.c')
-rw-r--r--Source/kwsys/ProcessWin32.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/kwsys/ProcessWin32.c b/Source/kwsys/ProcessWin32.c
index 945fa28..82fdc74 100644
--- a/Source/kwsys/ProcessWin32.c
+++ b/Source/kwsys/ProcessWin32.c
@@ -1466,6 +1466,11 @@ void kwsysProcess_Kill(kwsysProcess* cp)
for them to exit. */
}
+void kwsysProcess_KillPID(unsigned long process_id)
+{
+ kwsysProcessKillTree((DWORD)process_id);
+}
+
/*
Function executed for each pipe's thread. Argument is a pointer to
the kwsysProcessPipeData instance for this thread.