Skip to content

Commit 1d63539

Browse files
committed
patch 7.4.1176
Problem: Missing change to proto file. Solution: Update the proto file. (Charles Cooper)
1 parent f75612f commit 1d63539

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/proto/gui_w32.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,5 @@ void gui_mch_post_balloon(BalloonEval *beval, char_u *mesg);
9696
BalloonEval *gui_mch_create_beval_area(void *target, char_u *mesg, void (*mesgCB)(BalloonEval *, int), void *clientData);
9797
void gui_mch_destroy_beval_area(BalloonEval *beval);
9898
void netbeans_draw_multisign_indicator(int row);
99-
void netbeans_init_winsock(void);
99+
void channel_init_winsock(void);
100100
/* vim: set ft=c : */

src/version.c

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

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1176,
744746
/**/
745747
1175,
746748
/**/

0 commit comments

Comments
 (0)