commit | 3e9d4d85c4b5602f072be76b51865050d51fb3c4 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 17:08:40 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 27 17:08:40 2019 +0100 |
tree | d6c2ef95fbf29e8e3dfdbf5aa969f9c96d74463f | |
parent | e40b9d47bf8f8f716d3ef5a95c8ecbbdc0a501f9 [diff] [blame] |
patch 8.1.0835: GUI build fails on MS-Windows Problem: GUI build fails on MS-Windows. Solution: Adjust #ifdef.
diff --git a/src/version.c b/src/version.c index 0a6dce2..31bf378 100644 --- a/src/version.c +++ b/src/version.c
@@ -784,6 +784,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 835, +/**/ 834, /**/ 833,