Rename all 'utf8_io' -> 'win_utf8_io'.

This commit is contained in:
Erik de Castro Lopo
2013-03-22 18:18:14 +11:00
parent 5705b4d7b2
commit 608e246f52
5 changed files with 10 additions and 8 deletions

View File

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