commit | 669a828cdc1f019e7abda0e5e9b223d7897f06a8 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:13:05 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Nov 19 20:13:05 2017 +0100 |
tree | 16601aabeea02b3d302fdf499bd4a1a890ee3d4c | |
parent | 246fe03d154c09070d5b7365b7f61716c4e0ddd4 [diff] [blame] |
patch 8.0.1319: can't build GUI on MS-Windows Problem: Can't build GUI on MS-Windows. Solution: Don't define the balloon_split() function in a GUI-only build.
diff --git a/src/version.c b/src/version.c index 9896a77..2e52e80 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1319, +/**/ 1318, /**/ 1317,