diff src/structs.h @ 10311:931422d27b69 v8.0.0051

commit https://github.com/vim/vim/commit/14207f487c9e79a913256a41e3e9716b03b46955 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 27 21:13:10 2016 +0200 patch 8.0.0051 Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change.
author Christian Brabandt <cb@256bit.org>
date Thu, 27 Oct 2016 21:15:04 +0200
parents 179794481db4
children 147f45c283e1
line wrap: on
line diff
--- 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 */