From: Bram Moolenaar Date: Thu, 24 Jan 2019 15:27:46 +0000 (+0100) Subject: patch 8.1.0808: MS-Windows: build error with GUI X-Git-Tag: v8.1.0808 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=091806d6f0f0481b88daa7d3a24006e54c25cd6f;p=vim patch 8.1.0808: MS-Windows: build error with GUI Problem: MS-Windows: build error with GUI. Solution: Remove "static". --- diff --git a/src/gui_w32.c b/src/gui_w32.c index 197c8f4d1..c5e58790d 100644 --- a/src/gui_w32.c +++ b/src/gui_w32.c @@ -3552,7 +3552,7 @@ convert_filterW(char_u *s) * initdir - directory in which to open the browser (NULL = current dir) * filter - Filter for matched files to choose from. */ - static char_u * + char_u * gui_mch_browse( int saving, char_u *title, diff --git a/src/version.c b/src/version.c index da4b43c77..da248974b 100644 --- a/src/version.c +++ b/src/version.c @@ -791,6 +791,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 808, /**/ 807, /**/