Bernhard Kölbl : windows.media.speech: Move SpeechSynthesizer into separate file.

Alexandre Julliard julliard at winehq.org
Wed Mar 9 16:08:45 CST 2022


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

Author: Bernhard Kölbl <besentv at 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 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   |   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=06cba124dbe2b3765a86593d46dbfcae92c49435



More information about the wine-cvs mailing list