From 06fd20a7222f23b0d4f006430e7abd41c6f7e70f Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Tue, 31 Mar 2015 21:06:31 +0200 Subject: [PATCH] sxs: Mark internal symbols with hidden visibility. --- dlls/sxs/sxs_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/sxs/sxs_private.h b/dlls/sxs/sxs_private.h index 8ff99201e2a..590e4e4759c 100644 --- a/dlls/sxs/sxs_private.h +++ b/dlls/sxs/sxs_private.h @@ -25,7 +25,7 @@ enum name_attr_id NAME_ATTR_ID_VERSION }; -const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id ); +const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id ) DECLSPEC_HIDDEN; static inline WCHAR *strdupW( const WCHAR *src ) {