Skip to content

Commit 54e09e7

Browse files
committed
patch 7.4.1184
Problem: MS-Windows build is still broken. Solution: Change nbsock to ch_fd.
1 parent fb4194e commit 54e09e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/channel.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ channel_gui_unregister(int idx)
253253
# ifdef FEAT_GUI_W32
254254
if (channel->ch_inputHandler == 0)
255255
{
256-
WSAAsyncSelect(nbsock, s_hwnd, 0, 0);
256+
WSAAsyncSelect(channel->ch_fd, s_hwnd, 0, 0);
257257
channel->ch_inputHandler = -1;
258258
}
259259
# endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,8 @@ static char *(features[]) =
746746

747747
static int included_patches[] =
748748
{ /* Add new patch number below this line */
749+
/**/
750+
1184,
749751
/**/
750752
1183,
751753
/**/

0 commit comments

Comments
 (0)