wine/dlls/sapi/Makefile.in
Shaun Ren 7bced2878a sapi: Free completed buffers asynchronously in SpMMAudio.
Also introduce async helpers.

The buffers cannot be freed directly in wave_out_proc, because calling
waveOut related functions in the callback could cause a deadlock.
2023-06-14 18:53:36 +02:00

21 lines
261 B
Makefile

MODULE = sapi.dll
IMPORTS = uuid ole32 user32 advapi32
DELAYIMPORTS = winmm
C_SRCS = \
async.c \
automation.c \
main.c \
mmaudio.c \
resource.c \
stream.c \
token.c \
tts.c
IDL_SRCS = \
sapi_classes.idl \
sapi_typelib.idl
RC_SRCS = \
sapi.rc