mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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
Block a user