mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
mshtml: Break Wine Gecko 0.0.1 support.
This commit is contained in:
parent
4a01ddca25
commit
5f6ce2de63
@ -265,9 +265,7 @@ static BOOL load_wine_gecko(PRUnichar *gre_path)
|
||||
if(res != ERROR_SUCCESS)
|
||||
return FALSE;
|
||||
|
||||
ret = load_wine_gecko_v(gre_path, hkey, GECKO_VERSION, GECKO_VERSION_STRING)
|
||||
|| load_wine_gecko_v(gre_path, hkey, "0.0.1", "Wine Gecko 0.0.1\n")
|
||||
|| load_wine_gecko_v(gre_path, hkey, NULL, "Wine Gecko 0.0.1\n");
|
||||
ret = load_wine_gecko_v(gre_path, hkey, GECKO_VERSION, GECKO_VERSION_STRING);
|
||||
|
||||
RegCloseKey(hkey);
|
||||
return ret;
|
||||
|
Loading…
Reference in New Issue
Block a user