comparison 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
comparison
equal deleted inserted replaced
18415:52eb1bbf7690 18416:59b3d19511d0
739 NULL 739 NULL
740 }; 740 };
741 741
742 static int included_patches[] = 742 static int included_patches[] =
743 { /* Add new patch number below this line */ 743 { /* Add new patch number below this line */
744 /**/
745 2202,
744 /**/ 746 /**/
745 2201, 747 2201,
746 /**/ 748 /**/
747 2200, 749 2200,
748 /**/ 750 /**/