Module: wine Branch: master Commit: 9a89db9897eec5b3e0e7e6e5e33f7261f503f765 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9a89db9897eec5b3e0e7e6e5e...
Author: Anton Romanov theli.ua@gmail.com Date: Thu Mar 8 08:42:07 2018 -0800
wmp: Add IWMPMedia stub.
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/oleobj.c | 1 + dlls/wmp/player.c | 293 +++++++++++++++++++++++++++++++++++++++++++-- dlls/wmp/tests/Makefile.in | 3 + dlls/wmp/tests/av.mp4 | Bin 0 -> 1493 bytes dlls/wmp/tests/oleobj.c | 86 +++++++++++++ dlls/wmp/tests/rsrc.rc | 22 ++++ dlls/wmp/wmp_private.h | 29 +++++ 7 files changed, 426 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9a89db9897eec5b3e0e7e...