Undef stat first

This commit is contained in:
Jacques Germishuys 2014-12-29 18:11:33 +02:00
parent 5692dcf181
commit a1daec3c53

View File

@ -9,6 +9,8 @@
#if defined(__MINGW32__)
#undef stat
#if _WIN32_WINNT >= 0x0601
#define stat __stat64
#else