# HG changeset patch # User Bram Moolenaar # Date 1548343806 -3600 # Node ID 8ab9ad27fca4e2f6bad02d793bdc73f828e7ad67 # Parent 2fa949d0c0ea0059425d19264acfc7123aebd5b6 patch 8.1.0808: MS-Windows: build error with GUI commit https://github.com/vim/vim/commit/091806d6f0f0481b88daa7d3a24006e54c25cd6f Author: Bram Moolenaar Date: Thu Jan 24 16:27:46 2019 +0100 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 --- 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 --- a/src/version.c +++ b/src/version.c @@ -792,6 +792,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 808, +/**/ 807, /**/ 806,