sxs: Remove DECLSPEC_HIDDEN usage.
This commit is contained in:
parent
4bcaedb0f7
commit
4a83ffa45d
1 changed files with 1 additions and 1 deletions
|
@ -25,4 +25,4 @@ enum name_attr_id
|
|||
NAME_ATTR_ID_VERSION
|
||||
};
|
||||
|
||||
const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id ) DECLSPEC_HIDDEN;
|
||||
const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id );
|
||||
|
|
Loading…
Add table
Reference in a new issue