Commit a457249f authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

mshtml: Return FALSE if Mozilla ActiveX Control could not be found.

parent 7e458398
......@@ -186,7 +186,7 @@ static BOOL get_mozctl_path(PRUnichar *gre_path)
TRACE("Could not find Mozilla ActiveX Control\n");
return TRUE;
return FALSE;
}
static BOOL get_wine_gecko_path(PRUnichar *gre_path)
......
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