mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
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
Block a user