From 047b5e05745e3d0568bf6fc2f1c491e9a42078a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Tue, 19 Sep 2023 14:03:52 +0300 Subject: [PATCH] build-mingw-w64: Bump to the latest version as of Sep 19th This brings in a rather large update of the D3D12 header (d3d12.idl/d3d12.h), which should now be mostly complete and up to date with the current versions from Microsoft. --- build-mingw-w64.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-mingw-w64.sh b/build-mingw-w64.sh index 8376d446..1806b18e 100755 --- a/build-mingw-w64.sh +++ b/build-mingw-w64.sh @@ -18,7 +18,7 @@ set -e : ${DEFAULT_WIN32_WINNT:=0x601} : ${DEFAULT_MSVCRT:=ucrt} -: ${MINGW_W64_VERSION:=ddc5b0f6ec4a153485741587885916c8c234da80} +: ${MINGW_W64_VERSION:=602758b2042bf26978f1a48fd90139b276f18384} CFGUARD_FLAGS="--enable-cfguard"