pstorec: "Fix" DllCanUnloadNow() implementation.

Michael Stefaniuc mstefani at redhat.de
Wed Nov 21 15:29:55 CST 2012


---
 dlls/pstorec/pstorec.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/pstorec/pstorec.c b/dlls/pstorec/pstorec.c
index 0a6a6c1..4d7b691 100644
--- a/dlls/pstorec/pstorec.c
+++ b/dlls/pstorec/pstorec.c
@@ -394,5 +394,5 @@ HRESULT WINAPI DllGetClassObject(REFCLSID rclsid, REFIID iid, LPVOID *ppv)
 
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-    return S_OK;
+    return S_FALSE;
 }
-- 
1.7.6.5



More information about the wine-patches mailing list