mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Rename _flac_stat to flac_stat_s.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user