Module: wine Branch: master Commit: 02301d8fbc94773f87af87660ffcab8e7e74d4d1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=02301d8fbc94773f87af87660...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Wed Sep 2 14:14:46 2020 +0300
combase: Move currently unimplemented COM API 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.c | 89 ++++++++++++++++++++++++++++++++++++++ dlls/combase/combase.spec | 20 ++++----- dlls/combase/rpc.c | 10 +++++ dlls/ole32/compobj.c | 108 ---------------------------------------------- dlls/ole32/ole2.c | 11 ----- dlls/ole32/ole32.spec | 20 ++++----- 6 files changed, 119 insertions(+), 139 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=02301d8fbc94773f87af8...