qedit: "Fix" DllCanUnloadNow() implementation.

This commit is contained in:
Michael Stefaniuc 2012-11-21 22:35:30 +01:00 committed by Alexandre Julliard
parent 3131a9f831
commit 47513d9551

View File

@ -139,7 +139,7 @@ static const IClassFactoryVtbl DSCF_Vtbl =
*/
HRESULT WINAPI DllCanUnloadNow(void)
{
return S_OK;
return S_FALSE;
}
/*******************************************************************************