commit | 4fc8e2f8bb3eb42df0f72cfcc1f8f8e567e7ce4f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 22:26:38 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 30 22:26:38 2019 +0100 |
tree | 74eb6e02721b996dc728a301ae503f464b1a94ca | |
parent | b70a47b77414273755c541f1378ca50966e5ef16 [diff] [blame] |
patch 8.1.1097: Motif build fails Problem: Motif build fails. (Paul Jolly) Solution: Only use gui_mch_maximized() for MS-Windows. (closes #4194)
diff --git a/src/version.c b/src/version.c index 792afea..846b816 100644 --- a/src/version.c +++ b/src/version.c
@@ -772,6 +772,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1097, +/**/ 1096, /**/ 1095,