From cd119507615e88dd67c55c62b0eb9b4a490ef964 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Fri, 24 May 2019 20:26:23 +0200 Subject: [PATCH] CONFIGURE: Update for modern MinGW --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 000eae7d43a..969bc1804a4 100755 --- a/configure +++ b/configure @@ -2780,7 +2780,7 @@ case $_host_os in ;; mingw*) append_var DEFINES "-DWIN32" - append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0" + # append_var DEFINES "-D__USE_MINGW_ANSI_STDIO=0" # Modern MinGW does not need it append_var LDFLAGS "-static-libgcc -static-libstdc++" append_var LIBS "-lmingw32 -lwinmm -lgdi32" append_var OBJS "dists/scummvm.o"