Skip to content

Commit f75612f

Browse files
committed
patch 7.4.1175
Problem: Can't build with Mingw and Cygwin. Solution: Remove extra "endif". (Christian J. Robinson)
1 parent 3e53c70 commit f75612f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/Make_cyg_ming.mak

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,6 @@ ifneq ($(NETBEANS),yes)
693693
LIB += -lwsock32
694694
endif
695695
endif
696-
endif
697696

698697
ifeq ($(DIRECTX),yes)
699698
# Only allow DIRECTX for a GUI build.

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -741,6 +741,8 @@ static char *(features[]) =
741741

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
1175,
744746
/**/
745747
1174,
746748
/**/

0 commit comments

Comments
 (0)