Module: wine Branch: master Commit: fb91a299981979c5070860f3ad5fc2bb0a2804ec URL: https://source.winehq.org/git/wine.git/?a=commit;h=fb91a299981979c5070860f3a...
Author: Bernhard Kölbl besentv@gmail.com Date: Wed Apr 6 18:28:42 2022 +0200
windows.media.speech: Add IAsyncOperation<Inspectable*> stub.
And return an instance of it in ISpeechRecognizer_CompileConstraintsAsync.
Signed-off-by: Bernhard Kölbl besentv@gmail.com Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/windows.media.speech/Makefile.in | 1 + dlls/windows.media.speech/async.c | 156 +++++++++++++++++++++++++++++++ dlls/windows.media.speech/private.h | 2 + dlls/windows.media.speech/recognizer.c | 7 +- dlls/windows.media.speech/tests/speech.c | 8 +- include/windows.foundation.idl | 2 + 6 files changed, 169 insertions(+), 7 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=fb91a299981979c507086...