Commit a1daec3c by Jacques Germishuys

Undef stat first

parent 5692dcf1
...@@ -9,6 +9,8 @@ ...@@ -9,6 +9,8 @@
#if defined(__MINGW32__) #if defined(__MINGW32__)
#undef stat
#if _WIN32_WINNT >= 0x0601 #if _WIN32_WINNT >= 0x0601
#define stat __stat64 #define stat __stat64
#else #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