Skip to content

Commit fffe23a

Browse files
committed
build-mingw-w64: Update to a newer version
Notable changes are: - Fix building for armv7 with SEH enabled - Implement _set_com_error_handler and _com_raise_error in comdef.h - Add import libraries for older msvcrXX.dll versions - Redirect access() to __mingw_access() on UCRT - Assorted updates to Windows APIs
1 parent 62914fc commit fffe23a

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

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

0 commit comments

Comments
 (0)