fix g_lstat()
authorRobin Gareus <robin@gareus.org>
Thu, 17 Sep 2015 13:01:26 +0000 (15:01 +0200)
committerRobin Gareus <robin@gareus.org>
Thu, 17 Sep 2015 13:01:26 +0000 (15:01 +0200)
libs/pbd/pbd/gstdio_compat.h

index 1104ef0a29009c22fe1c6c087d80c6309aee0309..743081539a71d5dceaf11aef33593023075f698b 100644 (file)
@@ -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__ */