Module: wine Branch: master Commit: 4eaadda479533132d6b76c43a7f27fc90605ee3c URL: https://gitlab.winehq.org/wine/wine/-/commit/4eaadda479533132d6b76c43a7f27fc...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Nov 8 12:30:36 2022 +0100
d3dx9_36/tests: Enable compilation with long types.
Signed-off-by: Eric Pouech eric.pouech@gmail.com
---
dlls/d3dx9_36/tests/Makefile.in | 1 - dlls/d3dx9_36/tests/asm.c | 48 +- dlls/d3dx9_36/tests/core.c | 374 ++++----- dlls/d3dx9_36/tests/effect.c | 1614 +++++++++++++++++++-------------------- dlls/d3dx9_36/tests/line.c | 34 +- dlls/d3dx9_36/tests/math.c | 88 +-- dlls/d3dx9_36/tests/mesh.c | 760 +++++++++--------- dlls/d3dx9_36/tests/shader.c | 336 ++++---- dlls/d3dx9_36/tests/surface.c | 460 +++++------ dlls/d3dx9_36/tests/texture.c | 544 ++++++------- dlls/d3dx9_36/tests/volume.c | 56 +- dlls/d3dx9_36/tests/xfile.c | 110 +-- 12 files changed, 2212 insertions(+), 2213 deletions(-)