[PATCH] d3dcompiler_43: Define D3D_COMPILER_VERSION.
9 Jan
2019
9 Jan
'19
7:17 p.m.
Signed-off-by: Matteo Bruni <mbruni(a)codeweavers.com> --- Supersedes patch 156439. It turns out I tested the previous patch with d3dcompiler_43, which was the only one missing the define in the makefile... dlls/d3dcompiler_43/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/d3dcompiler_43/Makefile.in b/dlls/d3dcompiler_43/Makefile.in index c31aa6c2a62..40f80150105 100644 --- a/dlls/d3dcompiler_43/Makefile.in +++ b/dlls/d3dcompiler_43/Makefile.in @@ -1,6 +1,7 @@ MODULE = d3dcompiler_43.dll IMPORTS = dxguid uuid EXTRALIBS = -lwpp +EXTRADEFS = -DD3D_COMPILER_VERSION=43 C_SRCS = \ asmparser.c \ -- 2.19.2
2532
Age (days ago)
2532
Last active (days ago)
0 comments
1 participants
participants (1)
-
Matteo Bruni