Commit 4ceb388b by Edward Thomson

Merge pull request #2784 from jacquesg/undef-stat

Undef stat for Mingw
parents ddf95324 a1daec3c
......@@ -9,6 +9,8 @@
#if defined(__MINGW32__)
#undef stat
#if _WIN32_WINNT >= 0x0601
#define stat __stat64
#else
......
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