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