26 Feb
2025
26 Feb
'25
8:16 p.m.
From: Elizabeth Figura <zfigura(a)codeweavers.com> --- dlls/d3dx9_36/tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/d3dx9_36/tests/Makefile.in b/dlls/d3dx9_36/tests/Makefile.in index 5a45850936e..42a142f4f9f 100644 --- a/dlls/d3dx9_36/tests/Makefile.in +++ b/dlls/d3dx9_36/tests/Makefile.in @@ -1,5 +1,6 @@ TESTDLL = d3dx9_36.dll IMPORTS = d3dx9 d3d9 user32 gdi32 +EXTRADEFS = -DD3DX_SDK_VERSION=36 SOURCES = \ asm.c \ -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5814