from MSDN, the waveInGetDevCaps and waveOutGetDevCaps function of parameter uDeviceID can be either a device identifier or a handle of an open waveform-audio input or output device. now the function not support handle. also same as waveOutOpen and waveInOpen
Hi,
While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check?
Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=69230
Your paranoid android.
=== debiant (build log) ===
../../../wine/dlls/winmm/waveform.c:1254:72: error: ‘uDeviceID’ undeclared (first use in this function); did you mean ‘device’? ../../../wine/dlls/winmm/waveform.c:1352:59: error: ‘uDeviceID’ undeclared (first use in this function); did you mean ‘device’? Task: The win32 Wine build failed
=== debiant (build log) ===
../../../wine/dlls/winmm/waveform.c:1254:72: error: ‘uDeviceID’ undeclared (first use in this function); did you mean ‘device’? ../../../wine/dlls/winmm/waveform.c:1352:59: error: ‘uDeviceID’ undeclared (first use in this function); did you mean ‘device’? Task: The wow64 Wine build failed
from MSDN, the waveInGetDevCaps and waveOutGetDevCaps function of parameter uDeviceID can be either a device identifier or a handle of an open waveform-audio input or output device. now the function not support handle. also same as waveOutOpen and waveInOpen