]> granicus.if.org Git - vim/commitdiff
patch 8.1.0808: MS-Windows: build error with GUI v8.1.0808
authorBram Moolenaar <Bram@vim.org>
Thu, 24 Jan 2019 15:27:46 +0000 (16:27 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 24 Jan 2019 15:27:46 +0000 (16:27 +0100)
Problem:    MS-Windows: build error with GUI.
Solution:   Remove "static".

src/gui_w32.c
src/version.c

index 197c8f4d1973640f2ac57b062a64f47d91104a42..c5e58790d263aea65c7a01b1bf5912a24046805e 100644 (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,
index da4b43c776c056ce94b07a5df59647c1fa4d031b..da248974b7b0cdcf25ba3ad345372cb9aba8e6cf 100644 (file)
@@ -791,6 +791,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    808,
 /**/
     807,
 /**/