pstorec: "Fix" DllCanUnloadNow() implementation.

This commit is contained in:
Michael Stefaniuc 2012-11-21 22:29:55 +01:00 committed by Alexandre Julliard
parent 7178228d52
commit 3131a9f831
1 changed files with 1 additions and 1 deletions

View File

@ -394,5 +394,5 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv)
HRESULT WINAPI DllCanUnloadNow(void)
{
return S_OK;
return S_FALSE;
}