X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdll%2Fdirectx%2Fdsound_new%2Fdsound.c;h=e8322ebbc316f31f62d4ffcb91834191b2b5ca06;hp=a0f5c3737e3c0b5065e6cc15f8170970279b8408;hb=f2a66752bcd5942d9c778bdd829a389b99b38081;hpb=a63e388f530dd60d00a6e9f008c4460c628d5927 diff --git a/reactos/dll/directx/dsound_new/dsound.c b/reactos/dll/directx/dsound_new/dsound.c index a0f5c3737e3..e8322ebbc31 100644 --- a/reactos/dll/directx/dsound_new/dsound.c +++ b/reactos/dll/directx/dsound_new/dsound.c @@ -22,10 +22,18 @@ static INTERFACE_TABLE InterfaceTable[] = &CLSID_DirectSoundCapture, NewDirectSoundCapture }, + { + &CLSID_DirectSoundCapture8, + NewDirectSoundCapture + }, { &CLSID_DirectSound, NewDirectSound }, + { + &CLSID_DirectSound8, + NewDirectSound + }, { NULL, NULL