sxs: Remove DECLSPEC_HIDDEN usage.

This commit is contained in:
Alistair Leslie-Hughes 2023-07-10 18:59:28 +10:00 committed by Alexandre Julliard
parent 4bcaedb0f7
commit 4a83ffa45d

View file

@ -25,4 +25,4 @@ enum name_attr_id
NAME_ATTR_ID_VERSION 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 );