You may switch back via You may switch back via defining LIBRAW_USE_DEPRECATED_IOSTREAMS_DATASTREAM But this is temp. solution: it will work with LibRaw 0.21, but will be removed in future releases. Also: LIBRAW_WIN32_UNICODEPATHS is set if: # elif _GLIBCXX_HAVE__WFOPEN && _GLIBCXX_USE_WCHAR_T So if such macros are defined for your runtime, unicode paths should work. -- Alex Tutubalin @LibRaw LLC reply
You may switch back via defining LIBRAW_USE_DEPRECATED_IOSTREAMS_DATASTREAM
But this is temp. solution: it will work with LibRaw 0.21, but will be removed in future releases.
Also: LIBRAW_WIN32_UNICODEPATHS is set if:
# elif _GLIBCXX_HAVE__WFOPEN && _GLIBCXX_USE_WCHAR_T
So if such macros are defined for your runtime, unicode paths should work.