mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
Enable utf8 I/O stuff when compiling with MinGW.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user