Bernhard Kölbl : windows.media.speech: Add IAsyncOperation<Inspectable*> stub.

Alexandre Julliard julliard at winehq.org
Wed Apr 6 16:09:01 CDT 2022


Module: wine
Branch: master
Commit: fb91a299981979c5070860f3ad5fc2bb0a2804ec
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=fb91a299981979c5070860f3ad5fc2bb0a2804ec

Author: Bernhard Kölbl <besentv at 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 at gmail.com>
Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=fb91a299981979c5070860f3ad5fc2bb0a2804ec



More information about the wine-cvs mailing list