summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-17 15:01:26 +0200
committerRobin Gareus <robin@gareus.org>2015-09-17 15:01:26 +0200
commit95b55c7346f85f92751f74b3c6b91cc35d1d5909 (patch)
tree00be4141d8ff28210b5f26c9a02f31a47baccb1b
parentf27800ea41ee9b013960c49ce5ecf666e119649f (diff)
fix g_lstat()
-rw-r--r--libs/pbd/pbd/gstdio_compat.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/pbd/pbd/gstdio_compat.h b/libs/pbd/pbd/gstdio_compat.h
index 1104ef0a29..743081539a 100644
--- a/libs/pbd/pbd/gstdio_compat.h
+++ b/libs/pbd/pbd/gstdio_compat.h
@@ -22,6 +22,7 @@ pbd_g_stat(const gchar *filename, GStatBufW32 *buf)
}
# define GStatBuf GStatBufW32
# define g_stat pbd_g_stat
+# define g_lstat pbd_g_stat
#endif
#endif /* __pbd_gstdio_compat_h__ */