summaryrefslogtreecommitdiff
path: root/src/structs.h
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-10-27 21:13:10 +0200
committerBram Moolenaar <Bram@vim.org>2016-10-27 21:13:10 +0200
commit14207f487c9e79a913256a41e3e9716b03b46955 (patch)
tree6e2f7f56921eb81b3d7e59c034740abd7ced0d81 /src/structs.h
parent01688ad545ff0809ddad5c8fa6b149dc5d67312b (diff)
downloadvim-git-14207f487c9e79a913256a41e3e9716b03b46955.tar.gz
patch 8.0.0051v8.0.0051
Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change.
Diffstat (limited to 'src/structs.h')
-rw-r--r--src/structs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/structs.h b/src/structs.h
index bb0fc3a52..7a4d7fbe4 100644
--- a/src/structs.h
+++ b/src/structs.h
@@ -1437,6 +1437,7 @@ struct jobvar_S
#endif
#ifdef WIN32
PROCESS_INFORMATION jv_proc_info;
+ HANDLE jv_job_object;
#endif
jobstatus_T jv_status;
char_u *jv_stoponexit; /* allocated */