1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-28 23:09:59 +02:00

utf8_lstat is called vlc_lstat nowadays

This commit is contained in:
Rémi Denis-Courmont 2010-04-10 17:35:40 +03:00
parent b625106beb
commit 5f687f53d5

View File

@ -402,7 +402,7 @@ struct _stati64;
#define fstat _fstati64
#endif
/* You should otherwise use vlc_stat and utf8_lstat. */
/* You should otherwise use vlc_stat and vlc_lstat. */
#else
struct stat;
#endif