James Hawkins : crypt32: Make an internal function static.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Oct 12 05:46:41 CDT 2006


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

Author: James Hawkins <truiken at gmail.com>
Date:   Wed Oct 11 11:20:16 2006 -0700

crypt32: Make an internal function static.

---

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

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;
 




More information about the wine-cvs mailing list