4 Dec
2024
4 Dec
'24
3:11 p.m.
From: Matteo Bruni <mbruni(a)codeweavers.com> --- dlls/d3dx9_43/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/d3dx9_43/Makefile.in b/dlls/d3dx9_43/Makefile.in index e28429c5236..1d661859876 100644 --- a/dlls/d3dx9_43/Makefile.in +++ b/dlls/d3dx9_43/Makefile.in @@ -1,5 +1,6 @@ EXTRADEFS = -DD3DX_SDK_VERSION=43 MODULE = d3dx9_43.dll +IMPORTLIB = d3dx9_43 IMPORTS = d3d9 d3dcompiler dxguid d3dxof ole32 gdi32 user32 PARENTSRC = ../d3dx9_36 DELAYIMPORTS = windowscodecs -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6960