From 1a84604b2b2fa721adbe0a73e4190bbd87edfce7 Mon Sep 17 00:00:00 2001 From: Martijn van Beurden Date: Thu, 15 Sep 2022 16:07:29 +0200 Subject: [PATCH] Remove __MSVCRT_VERSION__=0x0601 from configure.ac This does not seem to be necessary anymore, is not used in CMake and inhibits building against UWP and UCRT with MinGW --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8af0e909..c771dfdc 100644 --- a/configure.ac +++ b/configure.ac @@ -237,7 +237,6 @@ AC_SUBST(OBJ_FORMAT) os_is_windows=no case "$host" in *mingw*) - CPPFLAGS="-D__MSVCRT_VERSION__=0x0601 $CPPFLAGS" os_is_windows=yes AC_SEARCH_LIBS(__memset_chk, ssp, , mingw_has_memset_chk=no) AC_SEARCH_LIBS(__stack_chk_fail, ssp, , mingw_has_stack_chk_fail=no)