mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02:00
Bypass a few functions not used on Windows when compiling for Windows
This commit is contained in:
@@ -1454,6 +1454,8 @@ g_local_file_delete (GFile *file,
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef G_OS_WIN32
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
strip_trailing_slashes (const char *path)
|
strip_trailing_slashes (const char *path)
|
||||||
{
|
{
|
||||||
@@ -1578,8 +1580,6 @@ expand_all_symlinks (const char *path)
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifndef G_OS_WIN32
|
|
||||||
|
|
||||||
static char *
|
static char *
|
||||||
find_mountpoint_for (const char *file,
|
find_mountpoint_for (const char *file,
|
||||||
dev_t dev)
|
dev_t dev)
|
||||||
|
Reference in New Issue
Block a user