commit | 49c99fcca00740ae4feaba82bef4f9dc70b65318 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 23:01:39 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 11 23:01:39 2020 +0100 |
tree | c611d029f7c2f857dc78dec8796dbf19573c75fa | |
parent | 5489eab34528ba31054bc7c99af120b07f543b78 [diff] [blame] |
patch 8.2.0246: MSVC: deprecation warnings with Ruby Problem: MSVC: deprecation warnings with Ruby. Solution: Move _CRT_SECURE_NO_DEPRECATE to build file. (Ken Takata, closes #5622)
diff --git a/src/version.c b/src/version.c index 8e3f20a..b3f9513 100644 --- a/src/version.c +++ b/src/version.c
@@ -743,6 +743,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 246, +/**/ 245, /**/ 244,