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.
This commit is contained in:
parent
b6d3e2ba0e
commit
d63acb3b91
1 changed files with 0 additions and 1 deletions
|
@ -52,7 +52,6 @@
|
|||
#include "unknwn.h"
|
||||
#include "oleidl.h"
|
||||
#include "shobjidl.h"
|
||||
#include "strmif.h"
|
||||
#include "propkey.h"
|
||||
|
||||
#include "initguid.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue