mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 23:02:59 +00:00
- Fix build
- Found by Christoph svn path=/trunk/; revision=43704
This commit is contained in:
parent
b4018f21e9
commit
9ca2385ce2
1 changed files with 1 additions and 1 deletions
|
@ -134,7 +134,7 @@ GetWdmDeviceCapabilities(
|
||||||
MixerCaps->vDriverVersion = DeviceInfo.u.MixCaps.vDriverVersion;
|
MixerCaps->vDriverVersion = DeviceInfo.u.MixCaps.vDriverVersion;
|
||||||
MixerCaps->wMid = DeviceInfo.u.MixCaps.wMid;
|
MixerCaps->wMid = DeviceInfo.u.MixCaps.wMid;
|
||||||
MixerCaps->wPid = DeviceInfo.u.MixCaps.wPid;
|
MixerCaps->wPid = DeviceInfo.u.MixCaps.wPid;
|
||||||
break;y
|
break;
|
||||||
}
|
}
|
||||||
case WAVE_OUT_DEVICE_TYPE :
|
case WAVE_OUT_DEVICE_TYPE :
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue