Module: wine Branch: master Commit: 06cba124dbe2b3765a86593d46dbfcae92c49435 URL: https://source.winehq.org/git/wine.git/?a=commit;h=06cba124dbe2b3765a86593d4...
Author: Bernhard Kölbl besentv@gmail.com Date: Wed Mar 9 18:45:31 2022 +0100
windows.media.speech: Move SpeechSynthesizer into separate file.
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 | 3 +- dlls/windows.media.speech/main.c | 544 +----------------------------- dlls/windows.media.speech/private.h | 8 + dlls/windows.media.speech/synthesizer.c | 568 ++++++++++++++++++++++++++++++++ 4 files changed, 579 insertions(+), 544 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=06cba124dbe2b3765a865...