commit | 93bbf33ceb1c13bd77e46f38164f9211da5d5f0e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Oct 23 21:43:16 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Oct 23 21:43:16 2019 +0200 |
tree | cf2ffb7c331c4ead8fbc1b72f618bed66feb6eae | |
parent | 13a1f3fb0c9d08bba6109fe2131c9524e6ba7e15 [diff] [blame] |
patch 8.1.2202: MS-Windows: build failure with GUI and small features Problem: MS-Windows: build failure with GUI and small features. Solution: Add #ifdef. (Michael Soyka, closes #5097)
diff --git a/src/version.c b/src/version.c index c2c5584..7e627d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2202, +/**/ 2201, /**/ 2200,