commit | b7057bdd090ddcce96dc058e4e65340c8ec961d7 | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Jan 21 11:37:07 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 21 11:37:07 2022 +0000 |
tree | a5501721d48c4a08ec00e4daf69cc95faa541ce2 | |
parent | 45f9cfbdc75e10d420039fbe98d9f554bd415213 [diff] [blame] |
patch 8.2.4170: MS-Windows: still using old message API calls Problem: MS-Windows: still using old message API calls. Solution: Call the "W" functions directly. (Ken Takata, closes #9582)
diff --git a/src/version.c b/src/version.c index b4a16cf..4bf32fe 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4170, +/**/ 4169, /**/ 4168,