Two small patches for utf8 I/O.

Thanks to LRN <lrn1986@gmail.com>.
This commit is contained in:
Erik de Castro Lopo
2013-04-02 06:27:07 +11:00
parent c7603948de
commit f44c353e59
4 changed files with 4 additions and 3 deletions

View File

@@ -175,7 +175,7 @@
#endif
#ifdef _WIN32
#define flac_stat_s _stat64 /* stat struct */
#define flac_stat_s __stat64 /* stat struct */
#define flac_fstat _fstat64
#else
#define flac_stat_s stat /* stat struct */