31 Aug
2022
31 Aug
'22
1:23 p.m.
From: Francois Gouget <fgouget(a)free.fr> --- dlls/winex11.drv/clipboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/clipboard.c b/dlls/winex11.drv/clipboard.c index da451fad57c..4570e849d3d 100644 --- a/dlls/winex11.drv/clipboard.c +++ b/dlls/winex11.drv/clipboard.c @@ -644,7 +644,7 @@ static BOOL get_nt_pathname( const WCHAR *name, UNICODE_STRING *nt_name ) /* based on wine_get_unix_file_name */ -char *get_unix_file_name( const WCHAR *dosW ) +static char *get_unix_file_name( const WCHAR *dosW ) { UNICODE_STRING nt_name; OBJECT_ATTRIBUTES attr; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/743