commit | c351dc1e0ca959084ba36bb350291334bf74b9f8 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Mon Jan 24 11:24:08 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 24 11:24:08 2022 +0000 |
tree | 2f8979a19950eadb42d7d3cc61f725bd90ad33d6 | |
parent | 058ee7c5699ef551be5aa04c66b3cffc436e9b08 [diff] [blame] |
patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful Problem: MS-Windows: Support for MSVC 2003 is not useful. Solution: Remove the exceptions for MSVC 2003. (Ken Takata, closes #9616)
diff --git a/src/version.c b/src/version.c index d483b9a..621bc59 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4199, +/**/ 4198, /**/ 4197,