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