- Silence wdmaud.drv

svn path=/trunk/; revision=43815
This commit is contained in:
Johannes Anderwald 2009-10-28 18:42:24 +00:00
parent c021918e36
commit ad29b7974d
2 changed files with 2 additions and 1 deletions

View file

@ -715,6 +715,7 @@ QueryMixerInfo(
break;
default:
SND_ASSERT(0);
return MMSYSERR_NOTSUPPORTED;
}
Result = SyncOverlappedDeviceIoControl(KernelHandle,

View file

@ -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>