Commit d63acb3b authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

dsound: Do not include strmif.h.

dsound_private.h pulls in mediaobj.h, which previously pulled in strmif.h. We were including that under the initguid.h, which meant that strmif.h GUIDs were being defined in both dsound_main.o and uuid. Now that mediaobj.h does not pull in strmif.h anymore, we don't need this include.
parent b6d3e2ba
......@@ -52,7 +52,6 @@
#include "unknwn.h"
#include "oleidl.h"
#include "shobjidl.h"
#include "strmif.h"
#include "propkey.h"
#include "initguid.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