Skip to content
Snippets Groups Projects
Forked from Utils / KWSys
828 commits behind the upstream repository.
Dāvis Mosāns's avatar
Dāvis Mosāns authored
std::basic_filebuf::open(const wchar_t *) isn't part of C++ standard
and it's only present for MSVC but it isn't present in libstdc++ (MinGW)
so we implement this functionality using GNU libstdc++ stdio_filebuf
extension and _wfopen function.

Change-Id: I7df7a1b22ba272db23c8d962cb66ec71a278ef06
9d1dbd95
History