Commit 4b9311b5 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

advpack: Ignore the return value from the OCX registration.

parent f43fd5ec
......@@ -443,7 +443,8 @@ HRESULT do_ocx_reg(HMODULE hocx, BOOL do_reg)
if (!reg_func)
return E_FAIL;
return reg_func();
reg_func();
return S_OK;
}
/***********************************************************************
......
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