Module: wine Branch: master Commit: 24a4b8caf1bb486c2f66389c4b312eb754ae160f URL: https://source.winehq.org/git/wine.git/?a=commit;h=24a4b8caf1bb486c2f66389c4...
Author: Matteo Bruni mbruni@codeweavers.com Date: Tue Apr 26 10:59:38 2022 +0200
d3dx9: Build without -DWINE_NO_LONG_TYPES.
Based on a patch by Eric Pouech.
Signed-off-by: Matteo Bruni mbruni@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d3dx9_24/Makefile.in | 2 +- dlls/d3dx9_25/Makefile.in | 2 +- dlls/d3dx9_26/Makefile.in | 2 +- dlls/d3dx9_27/Makefile.in | 2 +- dlls/d3dx9_28/Makefile.in | 2 +- dlls/d3dx9_29/Makefile.in | 2 +- dlls/d3dx9_30/Makefile.in | 2 +- dlls/d3dx9_31/Makefile.in | 2 +- dlls/d3dx9_32/Makefile.in | 2 +- dlls/d3dx9_33/Makefile.in | 2 +- dlls/d3dx9_34/Makefile.in | 2 +- dlls/d3dx9_35/Makefile.in | 2 +- dlls/d3dx9_36/Makefile.in | 2 +- dlls/d3dx9_36/animation.c | 22 ++--- dlls/d3dx9_36/core.c | 8 +- dlls/d3dx9_36/effect.c | 179 ++++++++++++++++++++------------------- dlls/d3dx9_36/font.c | 8 +- dlls/d3dx9_36/line.c | 10 +-- dlls/d3dx9_36/math.c | 30 +++---- dlls/d3dx9_36/mesh.c | 143 ++++++++++++++++---------------- dlls/d3dx9_36/preshader.c | 8 +- dlls/d3dx9_36/render.c | 50 +++++------ dlls/d3dx9_36/shader.c | 65 ++++++++------- dlls/d3dx9_36/skin.c | 112 +++++++++++++------------ dlls/d3dx9_36/sprite.c | 12 +-- dlls/d3dx9_36/surface.c | 61 +++++++------- dlls/d3dx9_36/texture.c | 207 ++++++++++++++++++++-------------------------- dlls/d3dx9_36/volume.c | 87 +++++++------------ dlls/d3dx9_36/xfile.c | 28 +++---- dlls/d3dx9_37/Makefile.in | 2 +- dlls/d3dx9_38/Makefile.in | 2 +- dlls/d3dx9_39/Makefile.in | 2 +- dlls/d3dx9_40/Makefile.in | 2 +- dlls/d3dx9_41/Makefile.in | 2 +- dlls/d3dx9_42/Makefile.in | 2 +- dlls/d3dx9_43/Makefile.in | 2 +- 36 files changed, 514 insertions(+), 556 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=24a4b8caf1bb486c2f663...