commit | 2d04a91d691ae1ea0c3bf9fc522c3fddc2c9746a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 20:04:08 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 20:04:08 2019 +0100 |
tree | 331d2cc3edbc259fea9c172fdff558449a3aee62 | |
parent | b44b7add8ae8e15328b4f68c3caf511bd9aaac8c [diff] [blame] |
patch 8.1.1090: MS-Windows: modify_fname() has problems with some 'encoding' Problem: MS-Windows: modify_fname() has problems with some 'encoding'. Solution: Use GetLongPathNameW() instead of GetLongPathName(). (Ken Takata, closes #4007)
diff --git a/src/version.c b/src/version.c index 21152b0..0f62b83 100644 --- a/src/version.c +++ b/src/version.c
@@ -776,6 +776,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1090, +/**/ 1089, /**/ 1088,