diff src/version.c @ 18416:59b3d19511d0 v8.1.2202

patch 8.1.2202: MS-Windows: build failure with GUI and small features Commit: https://github.com/vim/vim/commit/93bbf33ceb1c13bd77e46f38164f9211da5d5f0e Author: Bram Moolenaar <Bram@vim.org> Date: Wed Oct 23 21:43:16 2019 +0200 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 https://github.com/vim/vim/issues/5097)
author Bram Moolenaar <Bram@vim.org>
date Wed, 23 Oct 2019 21:45:04 +0200
parents 6b8508ea90d7
children 2329061e6289
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2202,
+/**/
     2201,
 /**/
     2200,