add autodetect audio driver capability to winmm

Francois Gouget fgouget at free.fr
Sun Jul 25 18:13:36 CDT 2004


On Mon, 26 Jul 2004, Robert Shearman wrote:
[...]
> >>>    size = sizeof(buffer);
> >>>-    if (!RegQueryValueExA(hKey, "Drivers", 0, &type, (LPVOID)buffer, &size)) {
> >>>+    BOOL keyQueried = !RegQueryValueExA(hKey, "Drivers", 0, &type,
> >>>
>             ^^^^ - all variable declarations must be done at the very
> start of a block of code.

Actually this is the start of a block of code since the character
preceeding 'BOOL' is '{'.

-- 
Francois Gouget         fgouget at free.fr        http://fgouget.free.fr/
    Indifference will certainly be the downfall of mankind, but who cares?



More information about the wine-devel mailing list