Module: wine Branch: master Commit: bca780c020ba8e2ae21f6e876e78160029a46385 URL: https://source.winehq.org/git/wine.git/?a=commit;h=bca780c020ba8e2ae21f6e876...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Aug 14 09:16:28 2020 +0300
combase: Move CoMarshalInterface().
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/combase.spec | 2 +- dlls/combase/marshal.c | 95 +++++++++++++++++++++++++++++ dlls/ole32/marshal.c | 149 ---------------------------------------------- dlls/ole32/ole32.spec | 2 +- 4 files changed, 97 insertions(+), 151 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=bca780c020ba8e2ae21f6...