commit | 14207f487c9e79a913256a41e3e9716b03b46955 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 21:13:10 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Oct 27 21:13:10 2016 +0200 |
tree | 6e2f7f56921eb81b3d7e59c034740abd7ced0d81 | |
parent | 01688ad545ff0809ddad5c8fa6b149dc5d67312b [diff] [blame] |
patch 8.0.0051 Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change.
diff --git a/src/structs.h b/src/structs.h index bb0fc3a..7a4d7fb 100644 --- a/src/structs.h +++ b/src/structs.h
@@ -1437,6 +1437,7 @@ #endif #ifdef WIN32 PROCESS_INFORMATION jv_proc_info; + HANDLE jv_job_object; #endif jobstatus_T jv_status; char_u *jv_stoponexit; /* allocated */