- Fix one more dsound_winetest dsound8 failure
[reactos.git] / reactos / dll / directx / dsound_new / dsound.c
index a0f5c37..e8322eb 100644 (file)
@@ -22,10 +22,18 @@ static INTERFACE_TABLE InterfaceTable[] =
         &CLSID_DirectSoundCapture,
         NewDirectSoundCapture
     },
+    {
+        &CLSID_DirectSoundCapture8,
+        NewDirectSoundCapture
+    },
     {
         &CLSID_DirectSound,
         NewDirectSound
     },
+    {
+        &CLSID_DirectSound8,
+        NewDirectSound
+    },
     {
         NULL,
         NULL