You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: patches/wine-hotfixes/pending/ntdll-prefer-native-version-resource-heuristics.patch
+16-9Lines changed: 16 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
From 044a1ff32ed0dc049afefe0f4fe2eff899ead177 Mon Sep 17 00:00:00 2001
1
+
From e446c7799a63df93beeaa83281b3f828313c5d15 Mon Sep 17 00:00:00 2001
2
2
From: Alexandre Julliard <julliard@winehq.org>
3
3
Date: Sun, 16 Aug 2026 02:24:57 -0600
4
4
Subject: [PATCH] ntdll: Add heuristics to prefer native dll based on the
@@ -9,16 +9,16 @@ For now checking that CompanyName is not "Microsoft".
9
9
Backport of Wine commit a31ec8da9572672e04ae46792a398da942649875. Include its required version-resource transport from 43ede577eab34ef8d6ccac371b768187ffdfe427 and adapt it to Proton Wine's pre-pe_mapping_info loader API.
0 commit comments