From 9377df3ecd0bd3acb5d46cb8af7fe60867f247f2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 15 Oct 2017 13:22:01 +0200 Subject: patch 8.0.1195: can't build on MS-Windows Problem: Can't build on MS-Windows. Solution: Adjust #ifdef and add #ifdefs. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index a762e1ec0..5e87e258f 100644 --- a/src/version.c +++ b/src/version.c @@ -761,6 +761,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1195, /**/ 1194, /**/ -- cgit v1.2.1