mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 02:58:48 +00:00
[WDMAUD.DRV]
- Fix compilation when using USE_MMIXER_LIB #2 svn path=/trunk/; revision=47841
This commit is contained in:
parent
6aa532398f
commit
83357c470d
1 changed files with 3 additions and 2 deletions
|
@ -354,10 +354,11 @@ WdmAudInitUserModeMixer()
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
VOID
|
MMRESULT
|
||||||
WdmAudCleanupMMixer()
|
WdmAudCleanupByMMixer()
|
||||||
{
|
{
|
||||||
/* TODO */
|
/* TODO */
|
||||||
|
return MMSYSERR_NOERROR;
|
||||||
}
|
}
|
||||||
|
|
||||||
MMRESULT
|
MMRESULT
|
||||||
|
|
Loading…
Reference in a new issue