0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 7.4.1184

Problem:    MS-Windows build is still broken.
Solution:   Change nbsock to ch_fd.
This commit is contained in:
Bram Moolenaar 2016-01-26 23:49:31 +01:00
parent fb4194e4e0
commit 54e09e7198
2 changed files with 3 additions and 1 deletions

View File

@ -253,7 +253,7 @@ channel_gui_unregister(int idx)
# ifdef FEAT_GUI_W32
if (channel->ch_inputHandler == 0)
{
WSAAsyncSelect(nbsock, s_hwnd, 0, 0);
WSAAsyncSelect(channel->ch_fd, s_hwnd, 0, 0);
channel->ch_inputHandler = -1;
}
# endif

View File

@ -746,6 +746,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1184,
/**/
1183,
/**/