winex11.drv: Make get_unix_file_name() static.

This commit is contained in:
Francois Gouget 2022-08-25 12:12:46 +02:00 committed by Alexandre Julliard
parent 49d4fb0d66
commit 24c8c47cf0

View file

@ -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;