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
This commit is contained in:
Martijn van Beurden 2022-09-15 16:07:29 +02:00 committed by GitHub
parent 1839370cca
commit 1a84604b2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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)