msisys.ocx: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
a0e266972c
commit
0be5ad8ece
@ -87,7 +87,7 @@ BOOL WINAPI DllMain(
|
||||
*/
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
Loading…
x
Reference in New Issue
Block a user