Commit 5f6ce2de authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Break Wine Gecko 0.0.1 support.

parent 4a01ddca
...@@ -265,9 +265,7 @@ static BOOL load_wine_gecko(PRUnichar *gre_path) ...@@ -265,9 +265,7 @@ static BOOL load_wine_gecko(PRUnichar *gre_path)
if(res != ERROR_SUCCESS) if(res != ERROR_SUCCESS)
return FALSE; return FALSE;
ret = load_wine_gecko_v(gre_path, hkey, GECKO_VERSION, GECKO_VERSION_STRING) 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");
RegCloseKey(hkey); RegCloseKey(hkey);
return ret; return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment