1
0
forked from aniani/vim

patch 8.1.0486: can't build in MS-Windows

Problem:    Can't build in MS-Windows.
Solution:   Put mch_access() call inside #ifdef
This commit is contained in:
Bram Moolenaar
2018-10-19 17:36:01 +02:00
parent 839e81e12d
commit 42a4ea10af
2 changed files with 6 additions and 1 deletions

View File

@@ -792,6 +792,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
486,
/**/
485,
/**/