Michael Stefaniuc : dpnhpast: "Fix" DllCanUnloadNow() implementation.

Alexandre Julliard julliard at winehq.org
Thu Nov 22 13:48:21 CST 2012


Module: wine
Branch: master
Commit: 9bf8bd52cf33d1114d8f3df7ffdeb70b8f63e01a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=9bf8bd52cf33d1114d8f3df7ffdeb70b8f63e01a

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Wed Nov 21 22:25:12 2012 +0100

dpnhpast: "Fix" DllCanUnloadNow() implementation.

---

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

diff --git a/dlls/dpnhpast/main.c b/dlls/dpnhpast/main.c
index 9a94a33..5ff5f72 100644
--- a/dlls/dpnhpast/main.c
+++ b/dlls/dpnhpast/main.c
@@ -81,7 +81,7 @@ HRESULT WINAPI DllRegisterServer(void)
  */
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-	return S_OK;
+    return S_FALSE;
 }
 
 




More information about the wine-cvs mailing list