Module: wine Branch: master Commit: 69d815407d99667e2565e268629d909fe50b2b30 URL: https://gitlab.winehq.org/wine/wine/-/commit/69d815407d99667e2565e268629d909...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Nov 29 09:18:48 2023 -0700
gdiplus: Use CRT allocation functions.
---
dlls/gdiplus/brush.c | 162 ++++++++++++++++++------------------ dlls/gdiplus/customlinecap.c | 38 ++++----- dlls/gdiplus/font.c | 40 ++++----- dlls/gdiplus/gdiplus.c | 24 +++--- dlls/gdiplus/gdiplus_private.h | 1 - dlls/gdiplus/graphics.c | 184 ++++++++++++++++++++--------------------- dlls/gdiplus/graphicspath.c | 152 +++++++++++++++++----------------- dlls/gdiplus/image.c | 184 ++++++++++++++++++++--------------------- dlls/gdiplus/imageattributes.c | 18 ++-- dlls/gdiplus/matrix.c | 22 ++--- dlls/gdiplus/metafile.c | 84 +++++++++---------- dlls/gdiplus/pathiterator.c | 14 ++-- dlls/gdiplus/pen.c | 30 +++---- dlls/gdiplus/region.c | 68 +++++++-------- dlls/gdiplus/stringformat.c | 47 +++++------ 15 files changed, 530 insertions(+), 538 deletions(-)