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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user