mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 19:14:48 +00:00
- Silence wdmaud.drv
svn path=/trunk/; revision=43815
This commit is contained in:
parent
c021918e36
commit
ad29b7974d
2 changed files with 2 additions and 1 deletions
|
@ -715,6 +715,7 @@ QueryMixerInfo(
|
|||
break;
|
||||
default:
|
||||
SND_ASSERT(0);
|
||||
return MMSYSERR_NOTSUPPORTED;
|
||||
}
|
||||
|
||||
Result = SyncOverlappedDeviceIoControl(KernelHandle,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<include base="ReactOS">include/reactos/libs/sound</include>
|
||||
<include base="wdmaud_kernel">.</include>
|
||||
<include base="libsamplerate">.</include>
|
||||
<define name="DEBUG_NT4" /><!-- Use custom debug routines -->
|
||||
<define name="NDEBUG">1</define>
|
||||
<!-- <define name="USERMODE_MIXER" /> Enable this line to for usermode mixing support -->
|
||||
<library>mmebuddy</library>
|
||||
<library>ntdll</library>
|
||||
|
|
Loading…
Reference in a new issue