Module: wine Branch: master Commit: 645a1f8c5a3a91ddc1704acdacca1365ea092b3b URL: https://source.winehq.org/git/wine.git/?a=commit;h=645a1f8c5a3a91ddc1704acda...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Jan 25 07:07:52 2019 +0300
ole32: Implement chained IInitializeSpy support.
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/ole32/compobj.c | 111 +++++++++++++++++++++++++++++++++---------- dlls/ole32/compobj_private.h | 17 ++++++- dlls/ole32/tests/compobj.c | 15 ++---- 3 files changed, 105 insertions(+), 38 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=645a1f8c5a3a91ddc1704...