commit | 0eb035c974c47e65d32439b48e5a056b370ad429 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 02 22:15:55 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 02 22:15:55 2019 +0200 |
tree | ae2c351889a6b6e7a42a2b74f7e961e275ca26f6 | |
parent | b26705afb55955306ffbe2a390e02fc052802b77 [diff] [blame] |
patch 8.1.1103: MS-Windows: old API calls are no longer needed Problem: MS-Windows: old API calls are no longer needed. Solution: Always use the wide functions. (Ken Takata, closes #4199)
diff --git a/src/version.c b/src/version.c index 7400a37..7228d13 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1103, +/**/ 1102, /**/ 1101,