6 Dec
2002
6 Dec
'02
6:21 p.m.
fixme:winmm:MIDI_StreamOpen *lpuDeviceID=1 fixme:dsound:IDirectSoundImpl_SetCooperativeLevel (0x403ab930,0001003c,3):stub try changing in dlls/winmm/winmm.c lpwm->mld.uDeviceID = *lpuDeviceID = 0; into lpwm->mld.uDeviceID = *lpuDeviceID;
and see what gives (the second fixme is harmless) A+