Module: wine Branch: master Commit: 9445c6b6598f5465ccf7026819f10f5f36f12e39 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9445c6b6598f5465ccf702681... Author: Anton Romanov <theli.ua(a)gmail.com> Date: Mon Feb 12 13:26:08 2018 -0800 wmp: Implement IConnectionPoint[Container] and add _WMPOCXEvents. Signed-off-by: Anton Romanov <theli.ua(a)gmail.com> Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wmp/Makefile.in | 3 +- dlls/wmp/events.c | 402 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/wmp/oleobj.c | 52 +------ dlls/wmp/tests/oleobj.c | 70 ++++++++- dlls/wmp/wmp_private.h | 16 ++ 5 files changed, 491 insertions(+), 52 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9445c6b6598f5465ccf70...