Fix build breakage

svn path=/trunk/; revision=44329
This commit is contained in:
Johannes Anderwald 2009-11-30 14:55:20 +00:00
parent ced89bf1a1
commit bb403d5976

View file

@ -249,6 +249,10 @@ typedef MMRESULT(*MMQUERYDEVICEINTERFACESTRING_FUNC)(
IN DWORD InterfaceLength,
OUT DWORD * InterfaceSize);
typedef MMRESULT(*MMRESETSTREAM_FUNC)(
IN struct _SOUND_DEVICE_INSTANCE* SoundDeviceInstance,
IN MMDEVICE_TYPE DeviceType,
IN BOOLEAN bStartReset);
typedef struct _MMFUNCTION_TABLE
{
@ -274,6 +278,7 @@ typedef struct _MMFUNCTION_TABLE
MMGETPOS_FUNC GetPos;
MMSETSTATE_FUNC SetState;
MMQUERYDEVICEINTERFACESTRING_FUNC GetDeviceInterfaceString;
MMRESETSTREAM_FUNC ResetStream;
// Redundant
//MMWAVEHEADER_FUNC PrepareWaveHeader;