From: Paul Gofman pgofman@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
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.