mirror of
https://github.com/taglib/taglib.git
synced 2026-03-07 06:20:06 -05:00
This will fail on MinGW because its gcc does not have wchar_t without including wchar.h. With g++ as used with test_tag_c.cpp, the problem is undetected because g++ supports wchar_t without including wchar.h.