diff options
| author | Jacques Germishuys <jacquesg@striata.com> | 2014-12-29 18:11:33 +0200 |
|---|---|---|
| committer | Jacques Germishuys <jacquesg@striata.com> | 2014-12-29 18:11:33 +0200 |
| commit | a1daec3c535a0539b3e59e9aecfca20fd9a40e59 (patch) | |
| tree | 7afb943868d8c07bda6b15c1c8e4b5f3545c386f /src | |
| parent | 5692dcf181d26069d68d460fc9179c8c96fa3795 (diff) | |
| download | libgit2-a1daec3c535a0539b3e59e9aecfca20fd9a40e59.tar.gz | |
Undef stat first
Diffstat (limited to 'src')
| -rw-r--r-- | src/win32/mingw-compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/mingw-compat.h b/src/win32/mingw-compat.h index 83ee28765..feedfecf4 100644 --- a/src/win32/mingw-compat.h +++ b/src/win32/mingw-compat.h @@ -9,6 +9,8 @@ #if defined(__MINGW32__) +#undef stat + #if _WIN32_WINNT >= 0x0601 #define stat __stat64 #else |
