Module: wine Branch: master Commit: 9b3742bebb52252d9a3bfec35d17808dda2b641b URL: https://gitlab.winehq.org/wine/wine/-/commit/9b3742bebb52252d9a3bfec35d17808...
Author: Zebediah Figura zfigura@codeweavers.com Date: Sun Sep 18 22:57:13 2022 -0500
d3d9: Build without -DWINE_NO_LONG_TYPES.
---
dlls/d3d9/Makefile.in | 1 - dlls/d3d9/buffer.c | 24 +++---- dlls/d3d9/d3d9_main.c | 12 ++-- dlls/d3d9/device.c | 142 +++++++++++++++++++++--------------------- dlls/d3d9/directx.c | 24 +++---- dlls/d3d9/query.c | 11 ++-- dlls/d3d9/shader.c | 12 ++-- dlls/d3d9/stateblock.c | 6 +- dlls/d3d9/surface.c | 12 ++-- dlls/d3d9/swapchain.c | 10 +-- dlls/d3d9/texture.c | 36 +++++------ dlls/d3d9/vertexdeclaration.c | 12 ++-- dlls/d3d9/volume.c | 4 +- 13 files changed, 152 insertions(+), 154 deletions(-)