[PATCH] odbccp32: Implement SQLGetPrivateProfileStringW/SQLGetPrivateProfileString (try 2)

Nikolay Sivov bunglehead at gmail.com
Sun Nov 8 14:18:31 CST 2015


On 08.11.2015 13:09, Alistair Leslie-Hughes wrote:
> +    ret = RegOpenKeyW(hkeyfilename, section, &hkeysection);
> +    RegCloseKey(hkeyfilename);
> +
> +    return hkeysection;

I didn't mean that you need to remove error handling completely, last 
return in previous iteration 'return ret ? ...' was fine.



More information about the wine-devel mailing list