Skip to content

Commit 6c0e984

Browse files
committed
patch 7.4.1637
Problem: Can't build with older MinGW compiler. Solution: Change option from c++11 to gnu++11. (Ken Takata)
1 parent 6135d0d commit 6c0e984

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/Make_cyg_ming.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ WINDRES_CC = $(CC)
415415
###########################################################################
416416

417417
CFLAGS = -Iproto $(DEFINES) -pipe -march=$(ARCH) -Wall
418-
CXXFLAGS = -std=c++11
418+
CXXFLAGS = -std=gnu++11
419419
WINDRES_FLAGS = --preprocessor="$(WINDRES_CC) -E -xc" -DRC_INVOKED
420420
EXTRA_LIBS =
421421

src/version.c

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

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1637,
751753
/**/
752754
1636,
753755
/**/

0 commit comments

Comments
 (0)