Skip to content

Commit 2994bec

Browse files
committed
build-mingw-w64: Bump to the current version fron March 20th
Notable changes: - Support for _FORTIFY_SOURCE=3 - Fortification of [v]s[n]printf for UCRT - Add the __gets_chk function, for fortification of the (highly deprecated) gets function - Fixed the inconsistent signature of the wcstok function on UCRT in string.h - Allow opting out from SEH based setjmp/longjmp by defining __USE_MINGW_SETJMP_NON_SEH before including setjmp.h And as usual, lots of other minor updates.
1 parent 1022231 commit 2994bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-mingw-w64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ set -e
1818

1919
: ${DEFAULT_WIN32_WINNT:=0x601}
2020
: ${DEFAULT_MSVCRT:=ucrt}
21-
: ${MINGW_W64_VERSION:=ce5a9f624dfc691082dad2ea2af7b1985e3476b5}
21+
: ${MINGW_W64_VERSION:=0f2264e7b8fedbe225921367e82aeb97ddfed46b}
2222

2323
CFGUARD_FLAGS="--enable-cfguard"
2424

0 commit comments

Comments
 (0)