crypt32: return TRUE instead of FALSE in I_CryptInstallOssGlobal

Louis. Lenders xerox_xerox2000 at yahoo.co.uk
Fri Nov 24 04:11:04 CST 2006


Skipped content of type multipart/alternative-------------- next part --------------
diff --git a/dlls/crypt32/main.c b/dlls/crypt32/main.c
index 0d7ed1e..7692cce 100644
--- a/dlls/crypt32/main.c
+++ b/dlls/crypt32/main.c
@@ -191,7 +191,7 @@ BOOL WINAPI I_CryptReadTrustedPublisherD
 BOOL WINAPI I_CryptInstallOssGlobal(DWORD x, DWORD y, DWORD z)
 {
     FIXME("%08x %08x %08x\n", x, y, z);
-    return FALSE;
+    return TRUE;
 }
 
 BOOL WINAPI I_CryptInstallAsn1Module(void *x, DWORD y, DWORD z)


More information about the wine-patches mailing list