Enable utf8 I/O stuff when compiling with MinGW.

This commit is contained in:
Erik de Castro Lopo
2013-04-01 19:57:13 +11:00
parent b3c3e2ac4f
commit 2199d08692
15 changed files with 41 additions and 16 deletions

View File

@@ -141,7 +141,8 @@
# endif
#endif /* defined _MSC_VER */
#ifdef FLAC__STRINGS_IN_UTF8 /* all char* strings are in UTF-8 format. Added to support Unicode files on Windows */
#ifdef _WIN32
/* All char* strings are in UTF-8 format. Added to support Unicode files on Windows */
#include "share/win_utf8_io.h"
#define flac_printf printf_utf8