mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-03 16:03:40 +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;
|
||||
}
|
||||
|
||||
#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)
|
||||
|
Reference in New Issue
Block a user