wine/dlls/wmvcore
Zebediah Figura 8d61e9312c wmvcore: Explicitly include strmif.h.
For IReferenceClock.

Currently we rely on it getting included via the following path:

wmsdk.idl
 -> wmsdkidl.idl
    -> drmexternals.idl
       -> wmdrmsdk.idl
          -> mfobjects.idl
             -> mediaobj.idl
                -> strmif.idl

However, mediaobj.idl should not pull in strmif.idl.
2023-09-13 20:24:09 +02:00
..
tests wmvcore/tests: Avoid sizeof() in traces. 2023-07-06 20:54:30 +02:00
async_reader.c wmvcore: Explicitly include strmif.h. 2023-09-13 20:24:09 +02:00
Makefile.in
version.rc
wmvcore.spec
wmvcore_main.c
wmvcore_private.h
writer.c