crypt32: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
a4e38fab7c
commit
838ff1b244
|
@ -430,7 +430,7 @@ void ContextPropertyList_Copy(CONTEXT_PROPERTY_LIST *to,
|
||||||
|
|
||||||
void ContextPropertyList_Free(CONTEXT_PROPERTY_LIST *list) DECLSPEC_HIDDEN;
|
void ContextPropertyList_Free(CONTEXT_PROPERTY_LIST *list) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
extern WINECRYPT_CERTSTORE empty_store;
|
extern WINECRYPT_CERTSTORE empty_store DECLSPEC_HIDDEN;
|
||||||
void init_empty_store(void) DECLSPEC_HIDDEN;
|
void init_empty_store(void) DECLSPEC_HIDDEN;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue