30 Oct
2019
30 Oct
'19
9:27 a.m.
On Mon, Oct 28, 2019 at 6:16 PM Connor McAdams <conmanx360(a)gmail.com> wrote:
This adds d3dcompiler_43 to the PARENTSRC of d3d10 and includes only the needed files (reflection.c and utils.c) from d3dcompiler_43.
Signed-off-by: Connor McAdams <conmanx360(a)gmail.com> --- dlls/d3d10/Makefile.in | 3 +++ dlls/d3dcompiler_43/reflection.c | 3 +++ dlls/d3dcompiler_43/utils.c | 2 ++ 3 files changed, 8 insertions(+)
It seems better to split this in two parts, one for each DLLs (with the d3dcompiler patch first, of course).