crypt32: Make an internal function static

James Hawkins truiken at gmail.com
Wed Oct 11 13:20:16 CDT 2006


Hi,

Changelog:
* Make an internal function static.

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

-- 
James Hawkins
-------------- next part --------------
diff --git a/dlls/crypt32/chain.c b/dlls/crypt32/chain.c
index 147535d..03267db 100644
--- a/dlls/crypt32/chain.c
+++ b/dlls/crypt32/chain.c
@@ -60,7 +60,7 @@ static inline void CRYPT_CloseStores(DWO
 
 static const WCHAR rootW[] = { 'R','o','o','t',0 };
 
-BOOL CRYPT_CheckRestrictedRoot(HCERTSTORE store)
+static BOOL CRYPT_CheckRestrictedRoot(HCERTSTORE store)
 {
     BOOL ret = TRUE;
 
-- 
1.4.2.1


More information about the wine-patches mailing list