From 14207f487c9e79a913256a41e3e9716b03b46955 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 27 Oct 2016 21:13:10 +0200 Subject: patch 8.0.0051 Problem: New code for job_stop() breaks channel test on AppVeyor. Solution: Revert the change. --- src/structs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/structs.h') 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 */ -- cgit v1.2.1