msisys.ocx: "Fix" DllCanUnloadNow() implementation.

This commit is contained in:
Michael Stefaniuc 2012-11-21 22:27:24 +01:00 committed by Alexandre Julliard
parent a0e266972c
commit 0be5ad8ece
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ BOOL WINAPI DllMain(
*/
HRESULT WINAPI DllCanUnloadNow(void)
{
return S_OK;
return S_FALSE;
}
/***********************************************************************