dpnhpast: "Fix" DllCanUnloadNow() implementation.

Michael Stefaniuc mstefani at redhat.de
Wed Nov 21 15:25:12 CST 2012


---
 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..c615441 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;
 }
 
 
-- 
1.7.6.5



More information about the wine-patches mailing list