Author: janderwald
Date: Sun Jul 12 04:37:48 2009
New Revision: 41904
URL:
http://svn.reactos.org/svn/reactos?rev=41904&view=rev
Log:
- Fix build (2/X)
Modified:
trunk/reactos/dll/win32/sndblst/sndblst.c
trunk/reactos/include/reactos/libs/sound/mment4.h
trunk/reactos/lib/drivers/sound/mment4/control.c
Modified: trunk/reactos/dll/win32/sndblst/sndblst.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/sndblst/sndblst.…
==============================================================================
--- trunk/reactos/dll/win32/sndblst/sndblst.c [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/sndblst/sndblst.c [iso-8859-1] Sun Jul 12 04:37:48 2009
@@ -32,6 +32,7 @@
MMRESULT
GetSoundBlasterDeviceCapabilities(
IN PSOUND_DEVICE SoundDevice,
+ IN DWORD DeviceId,
OUT PVOID Capabilities,
IN DWORD CapabilitiesSize)
{
Modified: trunk/reactos/include/reactos/libs/sound/mment4.h
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/sound…
==============================================================================
--- trunk/reactos/include/reactos/libs/sound/mment4.h [iso-8859-1] (original)
+++ trunk/reactos/include/reactos/libs/sound/mment4.h [iso-8859-1] Sun Jul 12 04:37:48
2009
@@ -73,6 +73,7 @@
MMRESULT
SetNt4WaveDeviceFormat(
IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance,
+ IN DWORD DeviceId,
IN LPWAVEFORMATEX Format,
IN DWORD FormatSize);
Modified: trunk/reactos/lib/drivers/sound/mment4/control.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/drivers/sound/mment4/c…
==============================================================================
--- trunk/reactos/lib/drivers/sound/mment4/control.c [iso-8859-1] (original)
+++ trunk/reactos/lib/drivers/sound/mment4/control.c [iso-8859-1] Sun Jul 12 04:37:48
2009
@@ -200,6 +200,7 @@
MMRESULT
SetNt4WaveDeviceFormat(
IN PSOUND_DEVICE_INSTANCE SoundDeviceInstance,
+ IN DWORD DeviceId,
IN LPWAVEFORMATEX Format,
IN DWORD FormatSize)
{