commit | ce2f2e061db91cc62e13023695dfa4a2755581f5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Aug 22 18:12:57 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Aug 22 18:12:57 2014 +0200 |
tree | 5e28ec8dda43a02286ad22a8f01ec6be6347da01 | |
parent | 1b338d2022cb28fe143b134a966f13f18d14596c [diff] [blame] |
updated for version 7.4.412 Problem: Can't build on Windows XP with MSVC. Solution: Add SUBSYSTEM_VER to the Makefile. (Yongwei Wu)
diff --git a/src/version.c b/src/version.c index 93660b4..40b7ae4 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 412, +/**/ 411, /**/ 410,