commit | 0289065e41ce3148f929e16a55aa3b161c80576f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 13:05:11 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 31 13:05:11 2020 +0100 |
tree | 1dc1359a380d567b437484fba740d2375104b2a7 | |
parent | cd030c4b604bea92311e9c418aefe5143dee9201 [diff] [blame] |
patch 8.2.1929: MS-Windows: problem loading Perl 5.32 Problem: MS-Windows: problem loading Perl 5.32. Solution: Define NO_THREAD_SAFE_LOCALE. (Ken Takata, closes #7234)
diff --git a/src/version.c b/src/version.c index 6504046..9f23c1d 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1929, +/**/ 1928, /**/ 1927,