Jactry Zeng : sapi: Implement ISpeechVoice stub.
Module: wine Branch: master Commit: 474a20a0b0a315594456aba88e60374e481dd6b1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=474a20a0b0a315594456aba88... Author: Jactry Zeng <jzeng(a)codeweavers.com> Date: Mon Nov 18 10:17:51 2019 +0800 sapi: Implement ISpeechVoice stub. Signed-off-by: Jactry Zeng <jzeng(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=474a20a0b0a315594456a...
participants (1)
-
Alexandre Julliard