wine/dlls/mfreadwrite
Rémi Bernon 2294bf6c1e mfreadwrite/reader: Shutdown the queue when public ref is released.
Instead of internal ref, otherwise an executing callback might be the
one releasing the last ref, and MFUnlockWorkQueue will cancel and then
block waiting for the callback itself to finish executing.
2024-05-16 23:09:04 +02:00
..
tests mfreadwrite/reader: Pass the device manager to the stream transforms. 2024-05-08 20:41:15 +02:00
Makefile.in makefiles: Always use the global SOURCES variable for .idl files. 2023-11-01 22:43:50 +01:00
mf_classes.idl
mf_private.h
mfreadwrite.spec
reader.c mfreadwrite/reader: Shutdown the queue when public ref is released. 2024-05-16 23:09:04 +02:00
writer.c