mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:19:49 +00:00
pstorec: "Fix" DllCanUnloadNow() implementation.
This commit is contained in:
parent
7178228d52
commit
3131a9f831
1 changed files with 1 additions and 1 deletions
|
@ -394,5 +394,5 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv)
|
|||
|
||||
HRESULT WINAPI DllCanUnloadNow(void)
|
||||
{
|
||||
return S_OK;
|
||||
return S_FALSE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue