commit | 1b243eafb0bf21daaba01004c450cfd8fea70c66 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 22:50:40 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Apr 28 22:50:40 2019 +0200 |
tree | 5f911fb123682229c24ae128a274df49520d0752 | |
parent | 67cf86bfff5fd5224d557d81cb146f46e33b831c [diff] [blame] |
patch 8.1.1232: can't build on MS-Windows Problem: Can't build on MS-Windows. Solution: Define process_still_running.
diff --git a/src/version.c b/src/version.c index 80ee7fb..40bcf89 100644 --- a/src/version.c +++ b/src/version.c
@@ -768,6 +768,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1232, +/**/ 1231, /**/ 1230,