commit | 972db232795874c58b9fdf23e43f53885a378eae | [log] [tgz] |
---|---|---|
author | K.Takata <kentkt@csc.jp> | Fri Feb 04 10:45:38 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 04 10:45:38 2022 +0000 |
tree | 2f8b420077aa6d3c9bb54876f8d1d1d2c6b85896 | |
parent | 7676c158798a7c90f500cab2c12af0d47bad6026 [diff] [blame] |
patch 8.2.4294: MS-Windows: #ifdefs for Cygwin are too complicated Problem: MS-Windows: #ifdefs for Cygwin are too complicated. Solution: Simplify the conditions. (Ken Takata, closes #9693)
diff --git a/src/version.c b/src/version.c index 5140eb9..70d76d5 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4294, +/**/ 4293, /**/ 4292,