comparison src/version.c @ 14950:6783403ff35e v8.1.0486

patch 8.1.0486: can't build in MS-Windows commit https://github.com/vim/vim/commit/42a4ea10af687ca56b0810bfbb8884b37fc725b3 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 19 17:36:01 2018 +0200 patch 8.1.0486: can't build in MS-Windows Problem: Can't build in MS-Windows. Solution: Put mch_access() call inside #ifdef
author Bram Moolenaar <Bram@vim.org>
date Fri, 19 Oct 2018 17:45:06 +0200
parents cb07193c6257
children 405309f9dd13
comparison
equal deleted inserted replaced
14949:490af8a75db7 14950:6783403ff35e
790 NULL 790 NULL
791 }; 791 };
792 792
793 static int included_patches[] = 793 static int included_patches[] =
794 { /* Add new patch number below this line */ 794 { /* Add new patch number below this line */
795 /**/
796 486,
795 /**/ 797 /**/
796 485, 798 485,
797 /**/ 799 /**/
798 484, 800 484,
799 /**/ 801 /**/