Re: mshtml: allow REG_EXPAND_SZ values for GeckoCabDir

2009-02-16 Thread Christoph von Wittich
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; > - >

Re: mshtml: allow REG_EXPAND_SZ values for GeckoCabDir

2009-02-14 Thread Juan Lang
> No, I used RegGetValue which expands them for me. Ah, right, that explains the other change as well. Thanks :) --Juan

Re: mshtml: allow REG_EXPAND_SZ values for GeckoCabDir

2009-02-13 Thread Juan Lang
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",