Module: wine Branch: master Commit: 28901a86e52829a4ed19ef10a17b3a84ec5b01db URL: https://source.winehq.org/git/wine.git/?a=commit;h=28901a86e52829a4ed19ef10a...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Aug 5 08:54:57 2020 +0300
combase: Move IMalloc/IMallocSpy functionality.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/combase/Makefile.in | 1 + dlls/combase/combase.spec | 12 +- dlls/combase/malloc.c | 456 ++++++++++++++++++++++++++++++++++++++++ dlls/ole32/ifs.c | 515 ---------------------------------------------- dlls/ole32/ole32.spec | 12 +- 5 files changed, 469 insertions(+), 527 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=28901a86e52829a4ed19e...