Skip to content
Snippets Groups Projects
Commit 9d1dbd95 authored by Dāvis Mosāns's avatar Dāvis Mosāns Committed by Brad King
Browse files

FStream: Add MinGW support

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
parent d2cdfc6d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment