1
0
forked from aniani/vim

patch 8.1.0808: MS-Windows: build error with GUI

Problem:    MS-Windows: build error with GUI.
Solution:   Remove "static".
This commit is contained in:
Bram Moolenaar
2019-01-24 16:27:46 +01:00
parent 9e79ccbe9c
commit 091806d6f0
2 changed files with 3 additions and 1 deletions

View File

@@ -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,

View File

@@ -791,6 +791,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
808,
/**/
807,
/**/