Module: wine Branch: master Commit: d3fe9faff0ebe8e9ff53c513442f2e47b0ffd6b2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d3fe9faff0ebe8e9ff53c5134...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Mar 30 09:47:46 2022 +0300
fusion: Use CRT memory allocation functions.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/fusion/asmcache.c | 44 ++++++++++++++++++++++---------------------- dlls/fusion/asmenum.c | 14 +++++++------- dlls/fusion/asmname.c | 46 ++++++++++++++++++++++------------------------ dlls/fusion/assembly.c | 26 +++++++++++++------------- dlls/fusion/fusionpriv.h | 14 -------------- 5 files changed, 64 insertions(+), 80 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d3fe9faff0ebe8e9ff53c...