commit | b0b2b73dca40c26ff1f4befe5c3aad3fd4bccfad | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Wed Jan 19 12:59:21 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Jan 19 12:59:21 2022 +0000 |
tree | bfcf715ccd10676873aca2f5a781f22338082f73 | |
parent | b4868eddd9cdc7086c88a7a3699dd435d34ae904 [diff] [blame] |
patch 8.2.4143: MS-Windows: IME support for Win9x is obsolete Problem: MS-Windows: IME support for Win9x is obsolete. Solution: Remove the Win9x code. (Ken Takata, closes #9559)
diff --git a/src/version.c b/src/version.c index 4a1b038..20a26d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4143, +/**/ 4142, /**/ 4141,