mirror of
https://github.com/reactos/wine.git
synced 2025-02-07 20:57:39 +00:00
Volume and Pan driver requests need to return success even though they
are not implemented.
This commit is contained in:
parent
bf3de5ed6b
commit
c445c739f9
@ -1875,7 +1875,7 @@ static HRESULT WINAPI IDsDriverBufferImpl_SetVolumePan(PIDSDRIVERBUFFER iface, P
|
||||
{
|
||||
/* ICOM_THIS(IDsDriverBufferImpl,iface); */
|
||||
FIXME("(%p,%p): stub!\n",iface,pVolPan);
|
||||
return DSERR_UNSUPPORTED;
|
||||
return DS_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI IDsDriverBufferImpl_SetPosition(PIDSDRIVERBUFFER iface, DWORD dwNewPos)
|
||||
|
@ -1397,7 +1397,7 @@ static HRESULT WINAPI IDsDriverBufferImpl_SetVolumePan(PIDSDRIVERBUFFER iface, P
|
||||
{
|
||||
/* ICOM_THIS(IDsDriverBufferImpl,iface); */
|
||||
FIXME("(%p,%p): stub!\n",iface,pVolPan);
|
||||
return DSERR_UNSUPPORTED;
|
||||
return DS_OK;
|
||||
}
|
||||
|
||||
static HRESULT WINAPI IDsDriverBufferImpl_SetPosition(PIDSDRIVERBUFFER iface, DWORD dwNewPos)
|
||||
|
Loading…
x
Reference in New Issue
Block a user