13
0

fix g_lstat()

This commit is contained in:
Robin Gareus 2015-09-17 15:01:26 +02:00
parent f27800ea41
commit 95b55c7346

View 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__ */