sxs: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
1d7f2c318a
commit
06fd20a722
|
@ -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 )
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue