wine/dlls/windows.media.speech/Makefile.in
Bernhard Kölbl fb91a29998 windows.media.speech: Add IAsyncOperation<Inspectable*> stub.
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>
2022-04-06 23:07:20 +02:00

14 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