commit | 64496ffc9cfb0eb6f2074f22809de2b420b5f300 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 15:08:03 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 09 15:08:03 2016 +0100 |
tree | 10dba2129f00b46c1fb6e42e62c24cba2e710b4b | |
parent | 25e4fcde767084d1a79e0926bc301c92987c0cce [diff] [blame] |
patch 7.4.1066 Problem: Build fails on MS-Windows. Solution: Adjust the #ifdefs for "dll" options.
diff --git a/src/version.c b/src/version.c index 4d791d0..3cddb0e 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1066, +/**/ 1065, /**/ 1064,