]> granicus.if.org Git - vim/commitdiff
patch 7.4.1184 v7.4.1184
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Jan 2016 22:49:31 +0000 (23:49 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jan 2016 22:49:31 +0000 (23:49 +0100)
Problem:    MS-Windows build is still broken.
Solution:   Change nbsock to ch_fd.

src/channel.c
src/version.c

index 549c00fda5cbbd2a25abae6c2ca48d917c7f8dab..d57c24fa49af2ec9a75dae0a74237f503b82925a 100644 (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
index b901d017490abd26fb3365a5440a29d21355e2a9..1efe23d180f3ffd9fec7498204190441c8974e31 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1184,
 /**/
     1183,
 /**/