commit | 281c93e7140ba87552c4edcbfdaaa5e25dc6a97a | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 17:48:33 2017 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 25 17:48:33 2017 +0100 |
tree | fa439d092acb229495435915644c38679328e375 | |
parent | 83799a7b7414048df4ff4e507293416e8438e225 [diff] [blame] |
patch 8.0.1340: MS-Windows: cannot build GUI without IME Problem: MS-Windows: cannot build GUI without IME. Solution: Define im_get_status() and im_set_active() when IME is not used.
diff --git a/src/version.c b/src/version.c index 32c83c8..e391e52 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1340, +/**/ 1339, /**/ 1338,