mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-04 01:07:22 +00:00
Patch 610257jamieson630/Windows MMSYSTEM error reclassification
svn-id: r4955
This commit is contained in:
parent
733825fd94
commit
e4ce428bdd
@ -77,7 +77,7 @@ private:
|
||||
uint32 property(int prop, uint32 param);
|
||||
|
||||
static void CALLBACK midi_callback(HMIDIOUT hmo, UINT wMsg,
|
||||
DWORD dwInstance, DWORD dwParam1, DWORD dwParam2);
|
||||
DWORD dwInstance, DWORD dwParam1, DWORD dwParam2);
|
||||
};
|
||||
|
||||
void MidiDriver_WIN::set_stream_callback(void *param, StreamCallback *sc)
|
||||
@ -263,7 +263,7 @@ void MidiDriver_WIN::check_error(MMRESULT result)
|
||||
char buf[200];
|
||||
if (result != MMSYSERR_NOERROR) {
|
||||
midiOutGetErrorText(result, buf, 200);
|
||||
error("MM System Error '%s'", buf);
|
||||
warning("MM System Error '%s'", buf);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user