summaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files
diff options
context:
space:
mode:
authorJonathan Vasquez <jon@xyinn.org>2025-04-26 07:27:32 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2025-04-26 07:27:32 +0000
commitbfc855e7eec1f81adae17441870c5878d615d621 (patch)
tree8558bab376d24d904c80937f174feddf64e2e746 /emulators/wine-devel/files
parentx11/nvidia-secondary-driver[-390]: Remove dead port (diff)
emulators/wine-devel: Update to Wine 10.4
This includes the following changes: - Improvements to PDB support in DbgHelp. - More Vulkan video decoder support in WineD3D. - Accessibility support in the SysLink control. - More progress on the Bluetooth driver. - Various bug fixes. PR: 286354
Diffstat (limited to 'emulators/wine-devel/files')
-rw-r--r--emulators/wine-devel/files/patch-dlls_ntdll_unix_loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/wine-devel/files/patch-dlls_ntdll_unix_loader.c b/emulators/wine-devel/files/patch-dlls_ntdll_unix_loader.c
index 1644d6387c51..793877fa1b17 100644
--- a/emulators/wine-devel/files/patch-dlls_ntdll_unix_loader.c
+++ b/emulators/wine-devel/files/patch-dlls_ntdll_unix_loader.c
@@ -1,5 +1,5 @@
---- dlls/ntdll/unix/loader.c.orig 2025-02-21 21:19:31.000000000 +0000
-+++ dlls/ntdll/unix/loader.c 2025-04-08 21:22:55.162201000 +0000
+--- dlls/ntdll/unix/loader.c.orig 2025-02-21 21:19:31 UTC
++++ dlls/ntdll/unix/loader.c 2025-04-08 21:22:55 UTC
@@ -503,6 +503,24 @@
BOOL force_wow64 = (arch = getenv( "WINEARCH" )) && !strcmp( arch, "wow64" );
char *ret = NULL;