- Fix build (2/X)

svn path=/trunk/; revision=41904
This commit is contained in:
Johannes Anderwald 2009-07-12 00:37:48 +00:00
parent 4e2840db1d
commit 1ad4b7ad1f
3 changed files with 3 additions and 0 deletions

View file

@ -32,6 +32,7 @@ PWSTR SBMixerDeviceName = L"ROS Sound Blaster Mixer";
MMRESULT
GetSoundBlasterDeviceCapabilities(
IN PSOUND_DEVICE SoundDevice,
IN DWORD DeviceId,
OUT PVOID Capabilities,
IN DWORD CapabilitiesSize)
{

View file

@ -73,6 +73,7 @@ QueryNt4WaveDeviceFormatSupport(
MMRESULT
SetNt4WaveDeviceFormat(
IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance,
IN DWORD DeviceId,
IN LPWAVEFORMATEX Format,
IN DWORD FormatSize);

View file

@ -200,6 +200,7 @@ QueryNt4WaveDeviceFormatSupport(
MMRESULT
SetNt4WaveDeviceFormat(
IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance,
IN DWORD DeviceId,
IN LPWAVEFORMATEX Format,
IN DWORD FormatSize)
{