From ebdc09bfa15ccbb563476590e9b1f254461905a6 Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 6 Aug 2022 20:16:04 -0700 Subject: [PATCH] glfw: update Windows system SDK for Dawn compilation (reduce rpcndr_hack) Signed-off-by: Stephen Gutekanst --- glfw/system_sdk.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/system_sdk.zig b/glfw/system_sdk.zig index b1436f68..41706294 100644 --- a/glfw/system_sdk.zig +++ b/glfw/system_sdk.zig @@ -54,7 +54,7 @@ pub const Options = struct { /// The Windows x86-64 SDK repository name. windows_x86_64: []const u8 = "sdk-windows-x86_64", - windows_x86_64_revision: []const u8 = "5acba990efd112ea0ced364f0428e6ef6e7a5541", + windows_x86_64_revision: []const u8 = "13dcda7fe3f1aec0fc6130527226ad7ae0f4b792", /// If true, the Builder.sysroot will set to the SDK path. This has the drawback of preventing /// you from including headers, libraries, etc. from outside the SDK generally. However, it can