sxs: Mark internal symbols with hidden visibility.

This commit is contained in:
Francois Gouget 2015-03-31 21:06:31 +02:00 committed by Alexandre Julliard
parent 1d7f2c318a
commit 06fd20a722

View file

@ -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 )
{