commit | 091806d6f0f0481b88daa7d3a24006e54c25cd6f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 16:27:46 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jan 24 16:27:46 2019 +0100 |
tree | ed1848741ac3469d35d35457ee7a809a434752f3 | |
parent | 9e79ccbe9ce6fce18939c7ac2e5ad059a3bd1951 [diff] [blame] |
patch 8.1.0808: MS-Windows: build error with GUI Problem: MS-Windows: build error with GUI. Solution: Remove "static".
diff --git a/src/version.c b/src/version.c index da4b43c..da24897 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 808, +/**/ 807, /**/ 806,