crypt32: Make an internal function static.

This commit is contained in:
James Hawkins 2006-10-11 11:20:16 -07:00 committed by Alexandre Julliard
parent cd073a66a5
commit d813d8db1b

View file

@ -60,7 +60,7 @@ static inline void CRYPT_CloseStores(DWORD cStores, HCERTSTORE *stores)
static const WCHAR rootW[] = { 'R','o','o','t',0 };
BOOL CRYPT_CheckRestrictedRoot(HCERTSTORE store)
static BOOL CRYPT_CheckRestrictedRoot(HCERTSTORE store)
{
BOOL ret = TRUE;