mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 00:45:24 +00:00
Fix build breakage
svn path=/trunk/; revision=44329
This commit is contained in:
parent
ced89bf1a1
commit
bb403d5976
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue