Module: wine Branch: master Commit: 9e47b64c67c8643fabdd0b8ae8e47c5067774c54 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9e47b64c67c8643fabdd0b8ae...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Sat Jun 18 20:26:28 2022 +0300
d2d1: Use CRT memory allocation functions.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com
---
dlls/d2d1/bitmap.c | 14 ++++----- dlls/d2d1/bitmap_render_target.c | 2 +- dlls/d2d1/brush.c | 26 +++++++-------- dlls/d2d1/d2d1_private.h | 3 +- dlls/d2d1/dc_render_target.c | 2 +- dlls/d2d1/device.c | 28 ++++++++--------- dlls/d2d1/effect.c | 12 +++---- dlls/d2d1/factory.c | 54 +++++++++++++++---------------- dlls/d2d1/geometry.c | 68 ++++++++++++++++++++-------------------- dlls/d2d1/hwnd_render_target.c | 2 +- dlls/d2d1/layer.c | 4 +-- dlls/d2d1/mesh.c | 4 +-- dlls/d2d1/state_block.c | 2 +- dlls/d2d1/stroke.c | 6 ++-- dlls/d2d1/wic_render_target.c | 2 +- 15 files changed, 114 insertions(+), 115 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9e47b64c67c8643fabdd0...