# HG changeset patch # User Christian Brabandt # Date 1453734906 -3600 # Node ID 34bfc34568307f9d9315d894dd546f2297091fa3 # Parent 3ad8a9ba986f53fb6ca294595b919db597ca2247 commit https://github.com/vim/vim/commit/1d63539cc72c5be7ad875d2d48a34c4f74c096ab Author: Bram Moolenaar Date: Mon Jan 25 16:05:56 2016 +0100 patch 7.4.1176 Problem: Missing change to proto file. Solution: Update the proto file. (Charles Cooper) diff --git a/src/proto/gui_w32.pro b/src/proto/gui_w32.pro --- a/src/proto/gui_w32.pro +++ b/src/proto/gui_w32.pro @@ -96,5 +96,5 @@ void gui_mch_post_balloon(BalloonEval *b BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData); void gui_mch_destroy_beval_area(BalloonEval *beval); void netbeans_draw_multisign_indicator(int row); -void netbeans_init_winsock(void); +void channel_init_winsock(void); /* vim: set ft=c : */ diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -742,6 +742,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1176, +/**/ 1175, /**/ 1174,