commit | 607985a95f31f4db238c7d825e548b14da64ac26 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 17:04:15 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jul 28 17:04:15 2017 +0200 |
tree | 2e0670d7592f208099c54fd7a4b5369aa34b3d33 | |
parent | 9966b21a57277986217aa28237d6c247ebd060d7 [diff] [blame] |
patch 8.0.0795: terminal feature does not build with older MSVC Problem: Terminal feature does not build with older MSVC. Solution: Do not use stdint.h.
diff --git a/src/version.c b/src/version.c index 312ec4e..49d553f 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 795, +/**/ 794, /**/ 793,