msisys.ocx: "Fix" DllCanUnloadNow() implementation.

Michael Stefaniuc mstefani at redhat.de
Wed Nov 21 15:27:24 CST 2012


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

diff --git a/dlls/msisys.ocx/msisys.c b/dlls/msisys.ocx/msisys.c
index 3863fba..056699e 100644
--- a/dlls/msisys.ocx/msisys.c
+++ b/dlls/msisys.ocx/msisys.c
@@ -87,7 +87,7 @@ BOOL WINAPI DllMain(
  */
 HRESULT WINAPI DllCanUnloadNow(void)
 {
-	return S_OK;
+	return S_FALSE;
 }
 
 /***********************************************************************
-- 
1.7.6.5



More information about the wine-patches mailing list