[PATCH] d3dcompiler_43: Define D3D_COMPILER_VERSION.

Matteo Bruni mbruni at codeweavers.com
Wed Jan 9 13:17:51 CST 2019


Signed-off-by: Matteo Bruni <mbruni at 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




More information about the wine-devel mailing list