dsound: Do not include strmif.h.
commitd63acb3b913aac16fd2dba8c0665a26f326c0227
authorZebediah Figura <zfigura@codeweavers.com>
Wed, 6 Sep 2023 17:54:14 +0000 (6 12:54 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Sep 2023 18:24:17 +0000 (13 20:24 +0200)
tree6b3954c1f3746abc032faf5dafb540ebe9dda969
parentb6d3e2ba0e89f56854bbbb593c73725f002d0b9f
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.
dlls/dsound/dsound_main.c