Commit 8d61e931 authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

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.
parent a81535d8
......@@ -26,6 +26,7 @@
#define EXTERN_GUID DEFINE_GUID
#include "initguid.h"
#include "strmif.h"
#include "wmvcore_private.h"
#include "wmsdk.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment