Hi Juan,
No, I used RegGetValue which expands them for me.
Christoph
Juan Lang schrieb:
> Hi Christoph,
>
> -/* @@ Wine registry key: HKCU\Software\Wine\MSHTML */
> -res = RegOpenKeyW(HKEY_CURRENT_USER, mshtml_keyW, &hkey);
> -if(res != ERROR_SUCCESS)
> -return FALSE;
> -
>
> No, I used RegGetValue which expands them for me.
Ah, right, that explains the other change as well. Thanks :)
--Juan
Hi Christoph,
-/* @@ Wine registry key: HKCU\Software\Wine\MSHTML */
-res = RegOpenKeyW(HKEY_CURRENT_USER, mshtml_keyW, &hkey);
-if(res != ERROR_SUCCESS)
-return FALSE;
-
file_name = heap_alloc(size+sizeof(GECKO_FILE_NAME));
-res = RegQueryValueExA(hkey, "GeckoCabDir",