commit | fa4bce7dd23e62d5a2fd79c7719969e11d5597aa | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 23:50:08 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 13 23:50:08 2016 +0100 |
tree | 78cfdedbc960f9b17584944f5652e6d8bac1abb4 | |
parent | 7707344ddec9069b495b2a5ed41f2104466fc88b [diff] [blame] |
patch 7.4.1316 Problem: Can't build MS-Windows console version. (Tux) Solution: Add #ifdefs.
diff --git a/src/version.c b/src/version.c index 897bc91..5343c37 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1316, +/**/ 1315, /**/ 1314,