commit | 9377df3ecd0bd3acb5d46cb8af7fe60867f247f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 13:22:01 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 15 13:22:01 2017 +0200 |
tree | b6ef803c19ff558bd280b1c79fbc6362fb66eda3 | |
parent | 65e4c4f6868882a380c319632a1728a5e7d274ad [diff] [blame] |
patch 8.0.1195: can't build on MS-Windows Problem: Can't build on MS-Windows. Solution: Adjust #ifdef and add #ifdefs.
diff --git a/src/version.c b/src/version.c index a762e1e..5e87e25 100644 --- a/src/version.c +++ b/src/version.c
@@ -762,6 +762,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1195, +/**/ 1194, /**/ 1193,