0
0
mirror of https://github.com/vim/vim.git synced 2025-10-05 05:34:07 -04:00

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,