dpnhpast: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
1973a808c2
commit
9bf8bd52cf
|
@ -81,7 +81,7 @@ HRESULT WINAPI DllRegisterServer(void)
|
|||
*/
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue