comparison src/channel.c @ 7774:656db98806b3 v7.4.1184

commit https://github.com/vim/vim/commit/54e09e71984af6db92f3ad37ce390630a23407af Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 26 23:49:31 2016 +0100 patch 7.4.1184 Problem: MS-Windows build is still broken. Solution: Change nbsock to ch_fd.
author Christian Brabandt <cb@256bit.org>
date Wed, 27 Jan 2016 00:00:05 +0100
parents 0677c5b880d1
children e09af43f98f7
comparison
equal deleted inserted replaced
7773:6bf6db3f061b 7774:656db98806b3
251 } 251 }
252 # else 252 # else
253 # ifdef FEAT_GUI_W32 253 # ifdef FEAT_GUI_W32
254 if (channel->ch_inputHandler == 0) 254 if (channel->ch_inputHandler == 0)
255 { 255 {
256 WSAAsyncSelect(nbsock, s_hwnd, 0, 0); 256 WSAAsyncSelect(channel->ch_fd, s_hwnd, 0, 0);
257 channel->ch_inputHandler = -1; 257 channel->ch_inputHandler = -1;
258 } 258 }
259 # endif 259 # endif
260 # endif 260 # endif
261 # endif 261 # endif