Bypass a few functions not used on Windows when compiling for Windows

This commit is contained in:
Tor Lillqvist
2010-06-22 12:10:34 +03:00
parent 045c96b71a
commit 2e84249082

View File

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