commit | 223b723be0703137cf6373e23f8ae5c02e92ef82 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 19:43:49 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 19 19:43:49 2016 +0100 |
tree | 16775eb3a2b6da7ba63be5677b93ec4fc9c1a605 | |
parent | 922d25f99c6d38e7f9cfca7a53ab841641517ebc [diff] [blame] |
patch 7.4.1354 Problem: MS-Windows: Mismatch between default compile options and what the code expects. Solution: Change the default WINVER from 0x0500 to 0x0501. (Ken Takata)
diff --git a/src/version.c b/src/version.c index e3d7d1b..33824d1 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1354, +/**/ 1353, /**/ 1352,