mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Fix build breakage
svn path=/trunk/; revision=44329
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user