sxs: Mark internal symbols with hidden visibility.

Francois Gouget fgouget at free.fr
Tue Mar 31 14:06:31 CDT 2015


---
 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 8ff9920..590e4e4 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 )
 {
-- 
2.1.4




More information about the wine-patches mailing list