mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
patch 7.4.1184
Problem: MS-Windows build is still broken. Solution: Change nbsock to ch_fd.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user