commit | 825b55e695b842beb6515ec5c53583aac9efe7b7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 15:28:50 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 11 15:28:50 2022 +0100 |
tree | baaeb35a1ee9b5be523284f7fa8185f52b95860d | |
parent | 4a7724a4406f639edd3f93f3542626811cf56719 [diff] [blame] |
patch 8.2.4736: build problem for Cygwin with Motif Problem: Build problem for Cygwin with Motif. Solution: Undefine ControlMask. (Kelvin Lee, closes #10152)
diff --git a/src/version.c b/src/version.c index d287d8d..737b54b 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4736, +/**/ 4735, /**/ 4734,