commit | 0472b6d149445579e3a63519b15f099f9adda3f7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 21:41:37 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Feb 18 21:41:37 2019 +0100 |
tree | eb18d68b92ec39e7ea27de818df4b6b68c23d59d | |
parent | d53931ae7306acce2cfe8c44db0a15d79adf9e00 [diff] [blame] |
patch 8.1.0949: MS-windows defines GUI macros different than other systems Problem: MS-windows defines GUI macros different than other systems. Solution: Swap FEAT_GUI and FEAT_GUI_MSWIN. (Hirohito Higashi, closes #3996)
diff --git a/src/version.c b/src/version.c index 4e241ad..32abc71 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 949, +/**/ 948, /**/ 947,