mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
fb91a29998
And return an instance of it in ISpeechRecognizer_CompileConstraintsAsync. 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>
13 lines
197 B
Makefile
13 lines
197 B
Makefile
MODULE = windows.media.speech.dll
|
|
IMPORTS = combase uuid
|
|
|
|
C_SRCS = \
|
|
async.c \
|
|
event_handlers.c \
|
|
listconstraint.c \
|
|
main.c \
|
|
recognizer.c \
|
|
synthesizer.c \
|
|
vector.c
|
|
|
|
IDL_SRCS = classes.idl
|