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:
parent
fb4194e4e0
commit
54e09e7198
@ -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
|
||||
|
@ -746,6 +746,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
1184,
|
||||
/**/
|
||||
1183,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user