mirror of
https://github.com/reactos/wine.git
synced 2025-02-08 21:27:31 +00:00
advpack: Ignore the return value from the OCX registration.
This commit is contained in:
parent
f43fd5ec1b
commit
4b9311b5b2
@ -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;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user