commit | 42a4ea10af687ca56b0810bfbb8884b37fc725b3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Oct 19 17:36:01 2018 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Oct 19 17:36:01 2018 +0200 |
tree | 5048827ce44ba2b199f8d131c3bb19e34c5dea49 | |
parent | 839e81e12d81377f74ffc03f8645ce52cbc18b13 [diff] [blame] |
patch 8.1.0486: can't build in MS-Windows Problem: Can't build in MS-Windows. Solution: Put mch_access() call inside #ifdef
diff --git a/src/version.c b/src/version.c index 4ed8adc..726f5ee 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 486, +/**/ 485, /**/ 484,