[PATCH 0/1] MR6391: dxcore: Prefer native.
From: Paul Gofman <pgofman(a)codeweavers.com> --- dlls/dxcore/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlls/dxcore/Makefile.in b/dlls/dxcore/Makefile.in index 3a1d12c73e5..efee290e914 100644 --- a/dlls/dxcore/Makefile.in +++ b/dlls/dxcore/Makefile.in @@ -1,4 +1,6 @@ MODULE = dxcore.dll +EXTRADLLFLAGS = -Wb,--prefer-native + SOURCES = \ main.c -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6391
Commit 0aeed1a497b617917009b9b07afd4f8df0e346c7 which introduced the stub dll regressed "B-17 Flying Fortress - The Mighty 8th: Redux" which ships DXCore.dll among its files. This shipped version has nothing to do with the system one, just a game's own dll. But since introduction of builtin stub that gets loaded instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/6391#note_80343
participants (2)
-
Paul Gofman -
Paul Gofman (@gofman)