Skip to content

Commit 222e4bf

Browse files
committed
build-mingw-w64: Bump to the current version from March 23rd
This fixes the v*scanf functions when using msvcrt.dll, if using more than 30 format conversions, fixes error handling in the btowc function in libmingwex, and adds a missing (void) in a function prototype in winpthreads, adds the fwpuclnt import library for aarch64, plus other assorted header/interface updates.
1 parent 5ae5b1a commit 222e4bf

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:=9ed7b8dcfb3186fdfed1be2a374963458af618b1}
21+
: ${MINGW_W64_VERSION:=a3f6d363d534e9d5563a0b7c677889101e6bbd42}
2222

2323
while [ $# -gt 0 ]; do
2424
case "$1" in

0 commit comments

Comments
 (0)