fix g_lstat()
This commit is contained in:
parent
f27800ea41
commit
95b55c7346
@ -22,6 +22,7 @@ pbd_g_stat(const gchar *filename, GStatBufW32 *buf)
|
|||||||
}
|
}
|
||||||
# define GStatBuf GStatBufW32
|
# define GStatBuf GStatBufW32
|
||||||
# define g_stat pbd_g_stat
|
# define g_stat pbd_g_stat
|
||||||
|
# define g_lstat pbd_g_stat
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* __pbd_gstdio_compat_h__ */
|
#endif /* __pbd_gstdio_compat_h__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user