mshtml: Added support for installing Gecko from the local file. [fixed]

Detlef Riekenberg wine.dev at web.de
Wed Oct 10 11:11:06 CDT 2007


On Mi, 2007-10-10 at 14:44 +0200, Jacek Caban wrote:
> +
> +    file_name = mshtml_alloc(size+sizeof(GECKO_FILE_NAME));
> +    res = RegQueryValueExA(hkey, "GeckoCabDir", NULL, &type, 

> +        res = RegQueryValueExA(hkey, "GetckoCabDir", NULL, &type,
> (PBYTE)file_name, &size); 

An advantage with a string defined as const: No Typo

-- 
 
By by ... Detlef





More information about the wine-devel mailing list