commit | 8a77306fa170f9d95f2402e73b4a94a2692ce84f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 24 22:29:21 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 24 22:29:21 2017 +0200 |
tree | 1b02486ba966cc5ee70636ce9d62aea4e6f3dd5a | |
parent | 2155441460a6dc0a72125f7860507693112a1460 [diff] [blame] |
patch 8.0.0769: build problems with terminal on MS-Windows Problem: Build problems with terminal on MS-Windows using MSVC. Solution: Remove stdbool.h dependency. Only use ScreenLinesUC when it was allocated. Fix typos. (Ken Takata)
diff --git a/src/version.c b/src/version.c index 894fa45..2c0a53b 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 769, +/**/ 768, /**/ 767,