From 091806d6f0f0481b88daa7d3a24006e54c25cd6f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 24 Jan 2019 16:27:46 +0100 Subject: patch 8.1.0808: MS-Windows: build error with GUI Problem: MS-Windows: build error with GUI. Solution: Remove "static". --- src/gui_w32.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui_w32.c') 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, -- cgit v1.2.1