Module: wine Branch: master Commit: 5bd465acd94ee7f88e0a176030f00fc29c3bdf77 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5bd465acd94ee7f88e0a17603...
Author: Sven Baars sven.wine@gmail.com Date: Sat Nov 3 22:25:08 2018 +0100
mfplat: Add MFCreateFile stub.
Signed-off-by: Sven Baars sven.wine@gmail.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/mfplat/main.c | 71 +++++++++++++++++++++++++ dlls/mfplat/mfplat.spec | 2 +- dlls/mfplat/tests/Makefile.in | 2 + dlls/mfplat/tests/mfplat.c | 120 ++++++++++++++++++++++++++++++++++++++++++ dlls/mfplat/tests/resource.rc | 24 +++++++++ dlls/mfplat/tests/test.mp4 | Bin 0 -> 1554 bytes include/mfapi.h | 2 + 7 files changed, 220 insertions(+), 1 deletion(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5bd465acd94ee7f88e0a1...