Module: wine Branch: master Commit: 2b8462a52075a25c260007900d51db602b337c8d URL: https://source.winehq.org/git/wine.git/?a=commit;h=2b8462a52075a25c260007900...
Author: Nikolay Sivov nsivov@codeweavers.com Date: Fri Jul 3 19:22:15 2020 +0300
evr: Add a stub for sample allocator.
Signed-off-by: Nikolay Sivov nsivov@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/evr/Makefile.in | 3 +- dlls/evr/evr.spec | 2 +- dlls/evr/sample.c | 199 +++++++++++++++++++++++++++++++++++++++++++++++++++ dlls/evr/tests/evr.c | 19 +++++ include/evr.idl | 1 + include/mfidl.idl | 57 +++++++++++++++ 6 files changed, 279 insertions(+), 2 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=2b8462a52075a25c26000...