Module: wine Branch: master Commit: c0afc986b36b25fd474d26073ae18d2851adf22c URL: https://source.winehq.org/git/wine.git/?a=commit;h=c0afc986b36b25fd474d26073...
Author: Bernhard Kölbl besentv@gmail.com Date: Mon Mar 14 11:06:36 2022 +0100
windows.media.speech: Add SpeechRecognitionListConstraint statics stub.
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/listconstraint.c | 183 +++++++++++++++++++++++++++++ dlls/windows.media.speech/main.c | 2 + dlls/windows.media.speech/private.h | 1 + dlls/windows.media.speech/tests/speech.c | 18 +-- 5 files changed, 197 insertions(+), 8 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=c0afc986b36b25fd474d2...