Module: wine Branch: master Commit: 4a83ffa45d72503a1df95389a265ab775a044b9c URL: https://gitlab.winehq.org/wine/wine/-/commit/4a83ffa45d72503a1df95389a265ab7... Author: Alistair Leslie-Hughes <leslie_alistair(a)hotmail.com> Date: Mon Jul 10 18:59:28 2023 +1000 sxs: Remove DECLSPEC_HIDDEN usage. --- dlls/sxs/sxs_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/sxs/sxs_private.h b/dlls/sxs/sxs_private.h index 4ae6bb8e2fc..ac769527773 100644 --- a/dlls/sxs/sxs_private.h +++ b/dlls/sxs/sxs_private.h @@ -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 );