qedit: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
3131a9f831
commit
47513d9551
|
@ -139,7 +139,7 @@ static const IClassFactoryVtbl DSCF_Vtbl =
|
|||
*/
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
/*******************************************************************************
|
||||
|
|
Loading…
Reference in New Issue