Commit 3e46363b authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: Don't fail if the dll to register doesn't exist.

parent 2b32128d
......@@ -156,10 +156,7 @@ static HRESULT register_ocxs_callback(HINF hinf, PCWSTR field, void *arg)
hm = LoadLibraryExW(buffer, NULL, LOAD_WITH_ALTERED_SEARCH_PATH);
if (!hm)
{
hr = E_FAIL;
continue;
}
if (do_ocx_reg(hm, TRUE))
hr = E_FAIL;
......
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