From f75612fd9912205870bf024e4fb20af62b096c1d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 25 Jan 2016 14:17:04 +0100 Subject: patch 7.4.1175 Problem: Can't build with Mingw and Cygwin. Solution: Remove extra "endif". (Christian J. Robinson) --- src/Make_cyg_ming.mak | 1 - src/version.c | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Make_cyg_ming.mak b/src/Make_cyg_ming.mak index 5c7332e1c..026c966bf 100644 --- a/src/Make_cyg_ming.mak +++ b/src/Make_cyg_ming.mak @@ -693,7 +693,6 @@ ifneq ($(NETBEANS),yes) LIB += -lwsock32 endif endif -endif ifeq ($(DIRECTX),yes) # Only allow DIRECTX for a GUI build. diff --git a/src/version.c b/src/version.c index 042454f06..9568029c4 100644 --- a/src/version.c +++ b/src/version.c @@ -741,6 +741,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1175, /**/ 1174, /**/ -- cgit v1.2.1