commit | 68aaff4697bab4a278436e6f7ae042262223e51c | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 17 10:57:44 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 17 10:57:44 2022 +0100 |
tree | cd8c14c65eda1deb2aed8ca594f4428b16f125b4 | |
parent | 34ffa102806da6b7562a010a2dca08448d3cc465 [diff] [blame] |
patch 8.2.4769: build warning with UCRT Problem: Build warning with UCRT. Solution: Adjust #ifdef for _wenviron. (John Marriott)
diff --git a/src/version.c b/src/version.c index bd51666..81e3824 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4769, +/**/ 4768, /**/ 4767,