mountmgr.sys: Make get_mountmgr_fs_type() static.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d23e5978b5
commit
b067eda87c
|
@ -1678,7 +1678,7 @@ NTSTATUS remove_dos_device( int letter, const char *udi )
|
|||
return status;
|
||||
}
|
||||
|
||||
enum mountmgr_fs_type get_mountmgr_fs_type(enum fs_type fs_type)
|
||||
static enum mountmgr_fs_type get_mountmgr_fs_type(enum fs_type fs_type)
|
||||
{
|
||||
switch (fs_type)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue