Module: wine Branch: master Commit: 0201606baca146c59ce2a6e01a35fd1875808515 URL: https://source.winehq.org/git/wine.git/?a=commit;h=0201606baca146c59ce2a6e01...
Author: Eric Pouech eric.pouech@gmail.com Date: Tue Feb 1 19:23:14 2022 +0100
d2d1: Build without -DWINE_NO_LONG_TYPES.
Signed-off-by: Henri Verbeet hverbeet@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/d2d1/Makefile.in | 1 - dlls/d2d1/bitmap.c | 18 ++--- dlls/d2d1/bitmap_render_target.c | 10 +-- dlls/d2d1/brush.c | 26 +++---- dlls/d2d1/dc_render_target.c | 16 ++--- dlls/d2d1/device.c | 144 +++++++++++++++++++-------------------- dlls/d2d1/effect.c | 4 +- dlls/d2d1/factory.c | 28 ++++---- dlls/d2d1/geometry.c | 24 +++---- dlls/d2d1/hwnd_render_target.c | 28 ++++---- dlls/d2d1/layer.c | 4 +- dlls/d2d1/mesh.c | 4 +- dlls/d2d1/state_block.c | 4 +- dlls/d2d1/stroke.c | 4 +- dlls/d2d1/wic_render_target.c | 32 ++++----- 15 files changed, 173 insertions(+), 174 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=0201606baca146c59ce2a...