Module: wine Branch: master Commit: 838ff1b244c6e03d2f1ef1f0194e366009eda408 URL: http://source.winehq.org/git/wine.git/?a=commit;h=838ff1b244c6e03d2f1ef1f019...
Author: Francois Gouget fgouget@free.fr Date: Fri Mar 13 20:12:07 2015 +0100
crypt32: Mark internal symbols with hidden visibility.
---
dlls/crypt32/crypt32_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/crypt32/crypt32_private.h b/dlls/crypt32/crypt32_private.h index fb5c5c3..ad4a827 100644 --- a/dlls/crypt32/crypt32_private.h +++ b/dlls/crypt32/crypt32_private.h @@ -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;
/**