mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Bypass a few functions not used on Windows when compiling for Windows
This commit is contained in:
parent
045c96b71a
commit
2e84249082
@ -1454,6 +1454,8 @@ g_local_file_delete (GFile *file,
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
|
||||
static char *
|
||||
strip_trailing_slashes (const char *path)
|
||||
{
|
||||
@ -1578,8 +1580,6 @@ expand_all_symlinks (const char *path)
|
||||
return res;
|
||||
}
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
|
||||
static char *
|
||||
find_mountpoint_for (const char *file,
|
||||
dev_t dev)
|
||||
|
Loading…
Reference in New Issue
Block a user