wine/dlls/mfplat
Zebediah Figura b6d3e2ba0e include: Do not import strmif.idl in mediaobj.idl.
This means that mfobjects.idl no longer pulls in mediaobj.idl. Since it still
needs AM_MEDIA_TYPE to be declared (though not defined), add a typedef.

Reorder includes in a couple files to avoid multiple-definition errors.
strmiids and mfplat were getting strmif.h through mfobjects.h, and dsdmo was
getting it through dmo.h.
2023-09-13 20:24:17 +02:00
..
tests mfplat: Use MFASYNC_CALLBACK_QUEUE_IO for byte stream async requests. 2023-08-14 16:50:19 +02:00
buffer.c mfplat/buffer: Implement IMF2DBuffer::ContiguousCopyTo(). 2023-05-08 10:55:29 +02:00
main.c Remove unused NONAMELESS defines. 2023-08-15 18:56:45 +02:00
Makefile.in mfplat: Enable compilation with long types. 2022-02-16 18:29:29 +01:00
mediatype.c include: Do not import strmif.idl in mediaobj.idl. 2023-09-13 20:24:17 +02:00
mfplat.spec mfplat: Implement MFCreatePathFromURL(). 2023-05-08 20:01:26 +02:00
mfplat_private.h Remove unused NONAMELESS defines. 2023-08-15 18:56:45 +02:00
queue.c mfplat: Enable compilation with long types. 2022-02-16 18:29:29 +01:00
sample.c mfplat/sample: Fix use-after-free of a critical section. 2022-05-11 11:37:31 +02:00