Commit db125b8d authored by Jisi Liu's avatar Jisi Liu

Fixing io_win32 for MinGW32

parent d2f3adb3
......@@ -44,7 +44,10 @@
// Comment this out to fall back to using the ANSI versions (open, mkdir, ...)
// instead of the Unicode ones (_wopen, _wmkdir, ...). Doing so can be useful to
// debug failing tests if that's caused by the long path support.
// Long path support is disabled in MinGW
#ifndef __MINGW32__
#define SUPPORT_LONGPATHS
#endif // !__MINGW32__
#include <ctype.h>
#include <direct.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment