olepro32: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
0be5ad8ece
commit
7178228d52
|
@ -53,7 +53,7 @@ HRESULT WINAPI DllRegisterServer(void)
|
|||
*/
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in New Issue