crypt32: Mark internal symbols with hidden visibility.

This commit is contained in:
Francois Gouget 2015-03-13 20:12:07 +01:00 committed by Alexandre Julliard
parent a4e38fab7c
commit 838ff1b244

View file

@ -430,7 +430,7 @@ void ContextPropertyList_Copy(CONTEXT_PROPERTY_LIST *to,
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;
/**