Module: wine Branch: master Commit: 58d20aae3772473a90e43ee236b793f0421eecb1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=58d20aae3772473a90e43ee23...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Feb 8 19:48:44 2022 +0100
d3dcompiler/tests: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Eric Pouech eric.pouech@gmail.com Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dcompiler_43/tests/Makefile.in | 2 +- dlls/d3dcompiler_43/tests/asm.c | 58 ++++--- dlls/d3dcompiler_43/tests/blob.c | 290 ++++++++++++++++----------------- dlls/d3dcompiler_43/tests/hlsl_d3d11.c | 68 ++++---- dlls/d3dcompiler_43/tests/hlsl_d3d9.c | 126 +++++++------- dlls/d3dcompiler_43/tests/reflection.c | 205 ++++++++++++----------- dlls/d3dcompiler_46/tests/Makefile.in | 2 +- dlls/d3dcompiler_47/tests/Makefile.in | 2 +- 8 files changed, 378 insertions(+), 375 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=58d20aae3772473a90e43...