Argh -- that lines not suppoed to be there hehe
Fixed locally Will remove before submiting to patches...
Thanks for the find...
- Nick
From: Markus Amsler markus.amsler@oribi.org To: Nick Burns adger44@hotmail.com CC: wine-devel@winehq.org Subject: Re: RFC: OpenAL Winmm driver and OpenAL32.dll thunk was Re: OpenAL and DirectSound Date: Tue, 21 Nov 2006 20:06:29 +0100
Nick Burns wrote:
Attached is my diff/patch for both an openal winmm driver and an openal32.dll thunk I would like to get these into wine -- please comment and stuff...
wwi->al_device = p_alcCaptureOpenDevice(NULL, freq, format, 4 *
wwi->waveFormat.Format.nSamplesPerSec * wwi->waveFormat.Format.wBitsPerSample / 8); +//wwi->al_device = p_alcCaptureOpenDevice(NULL, 44100, format, 4 * wwi->waveFormat.Format.nSamplesPerSec * wwi->waveFormat.Format.wBitsPerSample / 8);
TRACE("wwi->al_device = %p\n", wwi->al_device);
You missed one C++ - comment :-)
Markus