• Zebediah Figura's avatar
    dsound: Do not include strmif.h. · d63acb3b
    Zebediah Figura authored
    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.
    d63acb3b
dsound_main.c 22 KB