summaryrefslogtreecommitdiff
path: root/include/share/compat.h
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-03-22 18:18:14 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-03-29 21:25:59 +1100
commit608e246f5215a96756616b5f23e82d588e2f29b9 (patch)
tree49dd1fd377f7d95289ba76208240ffc528a0ff16 /include/share/compat.h
parent5705b4d7b2c3c5311138e9f4b66658c51f3cc22b (diff)
downloadflac-608e246f5215a96756616b5f23e82d588e2f29b9.tar.gz
Rename all 'utf8_io' -> 'win_utf8_io'.
Diffstat (limited to 'include/share/compat.h')
-rw-r--r--include/share/compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/share/compat.h b/include/share/compat.h
index 5c9f3289..7ef27550 100644
--- a/include/share/compat.h
+++ b/include/share/compat.h
@@ -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