Module: wine Branch: master Commit: f6f9dd81a7b600b5a2b85c1a3db897ad23b4ab97 URL: https://source.winehq.org/git/wine.git/?a=commit;h=f6f9dd81a7b600b5a2b85c1a3...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Tue Aug 4 17:02:36 2020 +0300
combase: Move HGLOBAL marshalling functions.
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 | 4 + dlls/combase/usrmarshal.c | 219 ++++++++++++++++++++++++++++++++++++++++++++++ dlls/ole32/ole32.spec | 8 +- dlls/ole32/usrmarshal.c | 219 ---------------------------------------------- 4 files changed, 227 insertions(+), 223 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f6f9dd81a7b600b5a2b85...