Rename _flac_stat to flac_stat_s.

This commit is contained in:
Erik de Castro Lopo
2013-03-22 18:22:57 +11:00
parent 608e246f52
commit 7dc5e3a8ff
10 changed files with 25 additions and 25 deletions

View File

@@ -172,10 +172,10 @@
#endif
#ifdef _WIN32
#define _flac_stat _stat64 /* stat struct */
#define flac_stat_s _stat64 /* stat struct */
#define flac_fstat _fstat64
#else
#define _flac_stat stat /* stat struct */
#define flac_stat_s stat /* stat struct */
#define flac_fstat fstat
#endif