mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +00:00
crypt32: Make an internal function static.
This commit is contained in:
parent
cd073a66a5
commit
d813d8db1b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user