Jactry Zeng : sapi: Implement ISpeechVoice stub.

Alexandre Julliard julliard at winehq.org
Mon Dec 2 17:10:14 CST 2019


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

Author: Jactry Zeng <jzeng at codeweavers.com>
Date:   Mon Nov 18 10:17:51 2019 +0800

sapi: Implement ISpeechVoice stub.

Signed-off-by: Jactry Zeng <jzeng at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/sapi/Makefile.in       |   3 +-
 dlls/sapi/main.c            |   3 +
 dlls/sapi/sapi_classes.idl  |  13 ++
 dlls/sapi/sapi_private.h    |   1 +
 dlls/sapi/tests/Makefile.in |   3 +-
 dlls/sapi/tests/tts.c       |  71 ++++++++
 dlls/sapi/tts.c             | 414 ++++++++++++++++++++++++++++++++++++++++++++
 include/sapi.idl            |  11 +-
 8 files changed, 516 insertions(+), 3 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=474a20a0b0a315594456aba88e60374e481dd6b1



More information about the wine-cvs mailing list