Module: wine Branch: master Commit: 576cdea0d75498ed948d0ba66a3451ea426f7935 URL: https://source.winehq.org/git/wine.git/?a=commit;h=576cdea0d75498ed948d0ba66...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Feb 8 19:48:48 2022 +0100
d3dcompiler: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dcompiler_33/Makefile.in | 2 +- dlls/d3dcompiler_34/Makefile.in | 2 +- dlls/d3dcompiler_35/Makefile.in | 2 +- dlls/d3dcompiler_36/Makefile.in | 2 +- dlls/d3dcompiler_37/Makefile.in | 2 +- dlls/d3dcompiler_38/Makefile.in | 2 +- dlls/d3dcompiler_39/Makefile.in | 2 +- dlls/d3dcompiler_40/Makefile.in | 2 +- dlls/d3dcompiler_41/Makefile.in | 2 +- dlls/d3dcompiler_42/Makefile.in | 2 +- dlls/d3dcompiler_43/Makefile.in | 2 +- dlls/d3dcompiler_43/asmparser.c | 22 +++++----- dlls/d3dcompiler_43/asmshader.y | 8 ++-- dlls/d3dcompiler_43/blob.c | 26 ++++++------ dlls/d3dcompiler_43/bytecodewriter.c | 81 ++++++++++++++++++------------------ dlls/d3dcompiler_43/compiler.c | 16 +++---- dlls/d3dcompiler_43/reflection.c | 43 +++++++++---------- dlls/d3dcompiler_43/utils.c | 49 ++++++++++------------ dlls/d3dcompiler_46/Makefile.in | 2 +- dlls/d3dcompiler_47/Makefile.in | 2 +- 20 files changed, 133 insertions(+), 138 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=576cdea0d75498ed948d0...