mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
msisys.ocx: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
a0e266972c
commit
0be5ad8ece
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ BOOL WINAPI DllMain(
|
|||
*/
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
||||
/***********************************************************************
|
||||
|
|
Loading…
Reference in a new issue