aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsylph/utils.h')
-rw-r--r--libsylph/utils.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libsylph/utils.h b/libsylph/utils.h
index 25978160..6788c3d6 100644
--- a/libsylph/utils.h
+++ b/libsylph/utils.h
@@ -67,6 +67,13 @@ gint g_chmod (const gchar *path,
#endif /* !GLIB_CHECK_VERSION */
+#ifdef G_OS_UNIX
+#define g_link link
+#else
+gint g_link (const gchar *src,
+ const gchar *dest);
+#endif
+
/* The AC_CHECK_SIZEOF() in configure fails for some machines.
* we provide some fallback values here */
#if !SIZEOF_UNSIGNED_SHORT