commit | 703ea9eaefd3628d75c8c2fa19f934f6832638f1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 22:04:55 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 25 22:04:55 2020 +0100 |
tree | 475871633cd4e9c5033149a1b639b6797146ce0b | |
parent | 8d588ccee57390aa01c2395fc599bbe6506ee13a [diff] [blame] |
patch 8.2.0317: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build Problem: MSVC: _CRT_SECURE_NO_DEPRECATE not defined on DEBUG build. Solution: Move where CFLAGS is updated. (Ken Takata, closes #5692)
diff --git a/src/version.c b/src/version.c index f10dcd5..5d76c5e 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 317, +/**/ 316, /**/ 315,