commit | d7d3cbedb3dc5c843724430539ad52ddafcefc93 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 21:15:42 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 22 21:15:42 2017 +0200 |
tree | 22b3a929241b8d16be1d0be85483326d0051ac6f | |
parent | 613fe7ad2b8e2d4e990cc56596590a23a42c3f7a [diff] [blame] |
patch 8.0.0752: build fails on MS-Windows Problem: Build fails on MS-Windows. Solution: Change #ifdef for set_color_count().
diff --git a/src/version.c b/src/version.c index 174fc0d..9ea3d81 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 752, +/**/ 751, /**/ 750,