commit | 203219048fa007b5042d9b893fd647aef44722a0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 12:30:17 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Feb 17 12:30:17 2016 +0100 |
tree | af9337526c42b9ec4d90873f71d349b558868696 | |
parent | cd39bbcd1dd5bdc280f0fa5833b1107853f1227f [diff] [blame] |
patch 7.4.1344 Problem: Can't compile Win32 GUI with tiny features. Solution: Add #ifdef. (Christian Brabandt)
diff --git a/src/version.c b/src/version.c index 4f59a61..ec88da4 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1344, +/**/ 1343, /**/ 1342,