Skip to content

Commit 506664a

Browse files
committed
build-mingw-w64: Bump to the current version from September 6th
Notable changes: - Fixed using the strtof() function from UCRT instead of accidentally using a wrapper that internally calls strtod() - Range/accuracy improvements for complex trigonometry functions - Fixed the callback declaration for the EnumPageFiles API - Fixed the declaration of the addrinfoex structs - The usual assorted API updates
1 parent 55db22d commit 506664a

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:=d0dec04461345121f7079d62e07f036ca7446c6c}
21+
: ${MINGW_W64_VERSION:=d4a0c84d908243a45255a06dc293d3d7c06db98c}
2222

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

0 commit comments

Comments
 (0)