Skip to content
Snippets Groups Projects
Commit b7a1fecc authored by Arseny Kapoulkine's avatar Arseny Kapoulkine
Browse files

Use _wfopen and fseeko64 on MinGW in C++11 mode

Since MinGW 4.5 does not define these functions if __STRICT_ANSI__ is defined
(in case of _wfopen it defines it inconsistently between stdio.h and wchar.h)
use the baseline functions for MinGW 4.5 and earlier.

Fixes #23.
parent 3e1ae89c
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