]> granicus.if.org Git - vim/commitdiff
patch 7.4.1183 v7.4.1183
authorBram Moolenaar <Bram@vim.org>
Tue, 26 Jan 2016 22:39:55 +0000 (23:39 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 26 Jan 2016 22:39:55 +0000 (23:39 +0100)
Problem:    MS-Windows build is broken.
Solution:   Remove init in wrong place.

src/channel.c
src/version.c

index bb7db7e49a060982f4fb6b3e9746413cdb21637c..549c00fda5cbbd2a25abae6c2ca48d917c7f8dab 100644 (file)
@@ -92,7 +92,7 @@ typedef struct {
     gint ch_inputHandler;      /* Cookie for input */
 #endif
 #ifdef FEAT_GUI_W32
-    int  ch_inputHandler = -1; /* simply ret.value of WSAAsyncSelect() */
+    int  ch_inputHandler;      /* simply ret.value of WSAAsyncSelect() */
 #endif
 
     void (*ch_close_cb)(void); /* callback invoked when channel is closed */
index 503d94107b7c1e52364905cd37af247e6e70f06d..b901d017490abd26fb3365a5440a29d21355e2a9 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1183,
 /**/
     1182,
 /**/