1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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:
Zebediah Figura 2023-09-06 12:54:14 -05:00 committed by Alexandre Julliard
parent b6d3e2ba0e
commit d63acb3b91

View file

@ -52,7 +52,6 @@
#include "unknwn.h"
#include "oleidl.h"
#include "shobjidl.h"
#include "strmif.h"
#include "propkey.h"
#include "initguid.h"