mirror of
https://github.com/reactos/reactos.git
synced 2025-05-24 11:44:53 +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;
|
break;
|
||||||
default:
|
default:
|
||||||
SND_ASSERT(0);
|
SND_ASSERT(0);
|
||||||
|
return MMSYSERR_NOTSUPPORTED;
|
||||||
}
|
}
|
||||||
|
|
||||||
Result = SyncOverlappedDeviceIoControl(KernelHandle,
|
Result = SyncOverlappedDeviceIoControl(KernelHandle,
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
<include base="ReactOS">include/reactos/libs/sound</include>
|
<include base="ReactOS">include/reactos/libs/sound</include>
|
||||||
<include base="wdmaud_kernel">.</include>
|
<include base="wdmaud_kernel">.</include>
|
||||||
<include base="libsamplerate">.</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 -->
|
<!-- <define name="USERMODE_MIXER" /> Enable this line to for usermode mixing support -->
|
||||||
<library>mmebuddy</library>
|
<library>mmebuddy</library>
|
||||||
<library>ntdll</library>
|
<library>ntdll</library>
|
||||||
|
|
Loading…
Reference in a new issue