1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

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
};
const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id ) DECLSPEC_HIDDEN;
const WCHAR *get_name_attribute( IAssemblyName *, enum name_attr_id );