Module: wine Branch: master Commit: 1ec43ebd5c02d31a4beb492e16173e4b01795ea2 URL: https://source.winehq.org/git/wine.git/?a=commit;h=1ec43ebd5c02d31a4beb492e1...
Author: Anton Romanov theli.ua@gmail.com Date: Tue Apr 10 17:34:47 2018 +0200
wmp: Add OPEN/PLAY state change notifications.
Signed-off-by: Anton Romanov theli.ua@gmail.com Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wmp/events.c | 11 +++ dlls/wmp/oleobj.c | 2 +- dlls/wmp/player.c | 47 +++++++++- dlls/wmp/tests/media.c | 229 ++++++++++++++++++++++++++++++++++++++++++++++++- dlls/wmp/wmp_main.c | 1 + dlls/wmp/wmp_private.h | 1 + include/Makefile.in | 1 + include/wmpids.h | 24 ++++++ 8 files changed, 312 insertions(+), 4 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=1ec43ebd5c02d31a4beb4...