Commit 91d58043 authored by Robert Reif's avatar Robert Reif Committed by Alexandre Julliard

dsound: Add missing interface ID.

parent c3bfe66a
......@@ -1071,6 +1071,7 @@ HRESULT DSOUND_Create8(
TRACE("(%s, %p)\n", debugstr_guid(riid), ppDS);
if (!IsEqualIID(riid, &IID_IUnknown) &&
!IsEqualIID(riid, &IID_IDirectSound) &&
!IsEqualIID(riid, &IID_IDirectSound8)) {
*ppDS = 0;
return E_NOINTERFACE;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment