mirror of
https://github.com/reactos/reactos.git
synced 2025-04-29 18:48:53 +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;
|
||||
}
|
||||
|
||||
VOID
|
||||
WdmAudCleanupMMixer()
|
||||
MMRESULT
|
||||
WdmAudCleanupByMMixer()
|
||||
{
|
||||
/* TODO */
|
||||
return MMSYSERR_NOERROR;
|
||||
}
|
||||
|
||||
MMRESULT
|
||||
|
|
Loading…
Reference in a new issue