commit | 658a154cbf2362c49a9797d9b2b9b69f481cd940 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 19:29:43 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Mar 03 19:29:43 2018 +0100 |
tree | a76f0dc7accf6e409315a879d2556fa537e35738 | |
parent | aef8c3da2ba59285b7cfde559ae21cdce6ba6919 [diff] [blame] |
patch 8.0.1559: build failure without GUI Problem: Build failure without GUI. Solution: Adjust #ifdef for get_fpos_of_mouse().
diff --git a/src/version.c b/src/version.c index f697216..716b29b 100644 --- a/src/version.c +++ b/src/version.c
@@ -779,6 +779,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1559, +/**/ 1558, /**/ 1557,